Search Type: Posts; User: anantasaurabh
Search: Search took 0.02 seconds.
-
11 Mar 2013 3:35 AM
- Replies
- 2
- Views
- 421
This information might be useful to others.
when making an ajax request to cross domain session state is not maintained.
you need something like this.
Ext.Ajax.request({ url:... -
11 Jan 2013 7:14 AM
- Replies
- 2
- Views
- 127
You can use Button.setBadgeText('2'). or do you mean you have problem finding instance of button?.
In that case you may use componentQuery or other relevant methods to get instance of button. -
11 Jan 2013 7:04 AM
- Replies
- 5
- Views
- 696
You can use sortProperty:"fieldname". in grouper
grouper: {
groupFn: function(record) {
// Send back a formatted string date ...
Results 1 to 3 of 3
