Search Type: Posts; User: sandeepan
Search: Search took 0.02 seconds.
-
4 Apr 2012 2:31 AM
Jump to post Thread: Ext.ux.form.EditArea by sandeepan
- Replies
- 12
- Views
- 5,765
I implemented in a little different approach which works for both grid editors and forms .
i have disabled the toolbars for my use, which can be enabled by passign config options to contructior... -
1 Mar 2012 4:30 AM
- Replies
- 3
- Views
- 949
My two cents
MyObj.superclass.constructor.call(config);
MyObj.superclass.constructor.call(this, config); -
20 Jan 2012 4:36 AM
- Replies
- 14
- Views
- 11,758
I had a requirement to toggle the toolicon on click and along with needed to change the qtip also along with it.
the following worked in the handler of tools
.
.
. -
3 Jan 2012 2:59 AM
- Replies
- 2
- Views
- 2,025
There is no method defined for getCount.
you can define as following
tabs.getCount = function(){
return this.items.items.length;
//the first panel will also be included in the list... -
23 Nov 2011 2:05 AM
- Replies
- 6
- Views
- 896
layoutOnTabChange:true fires the doLayout on any tab change of that tab panel.
-
30 Jul 2009 9:51 AM
- Replies
- 4
- Views
- 6,597
in current EXTJS Version2.X onwards it has changed to
older css class => .x-grid-hd.x-grid-td-??? { ... }
new css class => .x-grid3-hd.x-grid3-td-??? { ... }
where ??? is the id... -
10 Apr 2009 8:41 AM
Jump to post Thread: LoadMask for the whole page by sandeepan
- Replies
- 11
- Views
- 6,739
Absolutely cool working fine... but also tried the progress counter.. its not working..
-
10 Feb 2009 2:30 AM
- Replies
- 6
- Views
- 2,060
i found the ugly was a simple and interesting way.
Thanks :)
Results 1 to 8 of 8
