Search Type: Posts; User: shwetapro
Search: Search took 0.02 seconds.
-
11 Oct 2012 9:41 PM
- Replies
- 4
- Views
- 432
Thanks Mitchell. :)
-
10 Oct 2012 8:09 PM
- Replies
- 4
- Views
- 432
does it mean we can't give the tool tip by xtype in chart?
-
3 Oct 2012 2:36 AM
- Replies
- 4
- Views
- 432
Hi
I am trying to apply the custom tool tips to bar chart through xtype.
First i defined the tool tip :
Ext.define('ToolTip1',{
extend:'Ext.tip.ToolTip',
alias:... -
5 Sep 2012 12:45 AM
- Replies
- 1
- Views
- 361
Hi,
I have a tree panel. It has a column that has a delete hyperlink for all the rows as shown below:
planName: someName,
deleteLink: '<a href="#" onclick="planRef.callClickMe();">Delete</a>'
... -
14 Aug 2012 7:58 PM
- Replies
- 4
- Views
- 1,245
Thanks for replying Scott martin.
There isn't any error on the console. And to delete a record, the command fired does not gives back any response. It only gives a success or error code stating... -
14 Aug 2012 5:00 AM
- Replies
- 4
- Views
- 1,245
Thanks for replying friend.
I've already tried it. But treestore's load method throws error. :s (a is undefined)
Moreover browser isn't caching the JSON response, neither is the server request... -
14 Aug 2012 3:31 AM
- Replies
- 4
- Views
- 1,245
Hi,
I have a list of records in a tree panel ExtJS4.
I can delete a record through delete button below the treepanel. After the delete service is sent to the server, refreshed data is collected... -
8 Aug 2012 9:06 PM
- Replies
- 1
- Views
- 380
Hi,
Sencha Touch 2.0 has a search filed in list of examples headed as "Search List".
I want to implement exactly the same thing in Ext JS4 - search filed on a tree panel.
The search filed I can... -
6 Aug 2012 8:20 PM
- Replies
- 4
- Views
- 697
Hi JoaquingtThanks for replying.
But i have used below code and it's not working.
It says "
TypeError: a is undefined
"
Code goes below:
panel.getStore().load(); -
6 Aug 2012 12:22 AM
- Replies
- 4
- Views
- 697
Hi Sword,
Thanks for the reply but I have already tried the code you provided.
Even it is also not working. :(
Thanks,
Shweta -
5 Aug 2012 9:54 PM
- Replies
- 0
- Views
- 218
Hi,
If I declare a tree panel in a file say PlanController and pass a dynamically generated store to the panel and then add it to the viewport(card layout), the data gets displayed very well, as... -
5 Aug 2012 9:42 PM
- Replies
- 4
- Views
- 697
Hi,
After the tree panel gets prepared and displayed on the screen, there is a Delete record button, which works fine (as when I ran the application again from login page, the deleted record is not... -
2 Aug 2012 10:58 PM
- Replies
- 2
- Views
- 646
Hi Zdeno,
Thanks it worked. :) -
2 Aug 2012 3:15 AM
- Replies
- 2
- Views
- 646
Hi,
In my case I have a template defined for a treepanel but I have to pass the actual data(dynamic data) only after certains start up tasks are completed.
So the usecase is to pass store to... -
25 Jul 2012 1:37 AM
- Replies
- 1
- Views
- 703
Hi,
The problem got solved.
I did a silly mistake :D.
Instead of :
rootNode.appendChild({
text: planList[i],
id: someId,
... -
24 Jul 2012 6:32 PM
- Replies
- 1
- Views
- 703
Hi,
Initially I created a treepanel with (by default) single column, whose data needs to be manipulated from an array. This runtime manipulation was done through appendChild() method.
The code... -
24 May 2012 10:49 PM
- Replies
- 3
- Views
- 1,075
I tried sending 61 requests to the server with a sleep of 20 secs. All requests are getting batched even without implementing enablebuffer.
And if I set buffer value to 10 secs and timeout value... -
23 May 2012 11:37 PM
- Replies
- 3
- Views
- 1,075
Hi Pagullo,
I tried batching requests fired in 60 seconds through RemotingProvider.enableBuffer but in Firebug I can still see different requests.
My code goes here :
... -
7 May 2012 2:03 AM
- Replies
- 0
- Views
- 575
Hi,
The requirement of my application is to continously poll the server till the response is not received.
Controller class code:
private String getChartData() throws InterruptedException {... -
30 Apr 2012 9:15 PM
- Replies
- 0
- Views
- 243
Can anyone please suggest how to long poll the server call through client pull technology in ExtJS4?:-/
Thanks In Advance,
Shweta Sharma -
29 Apr 2012 9:19 PM
- Replies
- 3
- Views
- 860
To be more specific I have 3 components on my screen - 2 FusionCharts and 1 Ext JS 4 DataGrid.
I want them to be loaded asynchronously.
What is the most efficient way to do this?
If any 3rd... -
29 Apr 2012 8:16 PM
- Replies
- 3
- Views
- 860
Hi Scott,
Thanks for the reply.
My existing application is in Flex(UI) and server and DB integration is through Spring and Hibernate.
Flex is communicating with Java code through a mediator... -
27 Apr 2012 2:31 AM
- Replies
- 3
- Views
- 860
Hi,
I am using HTML and Ext JS 4 for my application.
Can anyone suggest what can I do to make a long polling service for asynchronous requests through Ext JS4 or any other way so that I can...
Results 1 to 23 of 23
