Search Type: Posts; User: lelit
Search: Search took 0.02 seconds.
-
13 May 2013 12:03 AM
Jump to post Thread: Grid filters above the columns by lelit
- Replies
- 3
- Views
- 142
This worked great for me.
-
15 Apr 2013 3:45 AM
Jump to post Thread: Ext.ux.grid.FilterBar plugin by lelit
- Replies
- 146
- Views
- 35,267
That's probably the same problem reported in the message #134 in this thread (look at the previous page): you probably need to tweak a few lines in the source where there is a call to the function...
-
15 Mar 2013 5:29 AM
Jump to post Thread: Ext.ux.grid.FilterBar plugin by lelit
- Replies
- 146
- Views
- 35,267
Trying out this great plugin with the recently released 4.2.0.663, there is compatibility issue: in a few places it calls
me.grid.headerCt.getGridColumns(true), where in previous versions of ExtJS... -
4 Feb 2013 2:00 AM
- Replies
- 1
- Views
- 308
Casually browsing form/Basic.js source in ExtJS 4.2.0 beta2 I saw the following code in the getValues() method:
if (isArray(val)) {
values[name] = values[name] = bucket.concat(val);
}... -
14 Jan 2013 6:46 AM
- Replies
- 1
- Views
- 283
With ExtJS 4.2.0.265, trying to open any window in the ExtTop example raises an error about “win.dd is undefined”. It worked well under previous beta version.
Effectively the “createWindow()”... -
12 Dec 2012 9:42 AM
Jump to post Thread: Little typo in the desktop example by lelit
- Replies
- 2
- Views
- 274
While browsing differences between 4.1.1a and 4.2.0beta I noticed a typo in the method “onWindowBtnClick” of the class TaskBar:
win.on('hide', function() {
... -
6 Dec 2012 2:31 AM
- Replies
- 1
- Views
- 128
Accordingly with ExtJS 4.1.3 documentation the “forid” attribute should not be added if not specified.
I added a standalone Label, not correlated to a field, in a Panel and I noticed a strange...
Results 1 to 7 of 7
