Search Type: Posts; User: SMMJ_Dev
Search: Search took 0.02 seconds.
-
12 Dec 2011 7:11 AM
- Replies
- 5
- Views
- 4,842
Hi roman.savko,
I do not have any multi grouping implemented in this. This is just for a single group. This allows you to specify what you want to have initially expanded or collapsed and allows... -
7 Nov 2011 7:23 AM
Jump to post Thread: Ext.ux.grid.FilterBar plugin by SMMJ_Dev
- Replies
- 146
- Views
- 35,105
Nice, I can't wait to check it out. I have had absolutely no time to show all my updates and extensions I created. Not to mention the updates for 4.1. I will definitely take a look at this to see...
-
3 Nov 2011 10:55 AM
- Replies
- 1
- Views
- 482
REQUIRED INFORMATION
Ext version tested:
Ext 4.1 rev PR
Browser versions tested against:
Chrome
IE7 -
3 Nov 2011 10:25 AM
- Replies
- 1
- Views
- 634
REQUIRED INFORMATION
Ext version tested:
Ext 4.1 rev PR
Browser versions tested against:
Chrome
IE7 -
19 Oct 2011 1:15 PM
Jump to post Thread: Ghost UI for windows by SMMJ_Dev
- Replies
- 2
- Views
- 825
This is my suggestion:
In Panel.js:
Replace this function:
ghost: function(cls) { var me = this, ghostPanel = me.ghostPanel, box = me.getBox(), ... -
19 Oct 2011 1:10 PM
Jump to post Thread: Ghost UI for windows by SMMJ_Dev
- Replies
- 2
- Views
- 825
Ext version tested:
Ext 4.0 rev 2a
Browser versions tested against:
IE7+
Chrome
FF3(firebug 1.3.0.10 installed)
DOCTYPE tested against: -
19 Oct 2011 6:19 AM
Jump to post Thread: Ext.ux.grid.HeaderFIlter by SMMJ_Dev
- Replies
- 38
- Views
- 8,822
Very nice! I will definitely work that in. I'm currently anxiously awaiting ExtJS 4.0.7 or ExtJS 4.1 for a new update on the plugin. I will include this.
-
13 Oct 2011 5:46 AM
Jump to post Thread: Ext.ux.grid.HeaderFIlter by SMMJ_Dev
- Replies
- 38
- Views
- 8,822
Erg, I just noticed that now in the latest version ExtJS 4.0.6, the widths of the columns are unknown. I will have to create an updated for the next version.
-
13 Oct 2011 5:31 AM
Jump to post Thread: Ext.ux.grid.HeaderFIlter by SMMJ_Dev
- Replies
- 38
- Views
- 8,822
That's a good idea, I like it.
I'm almost freed up in time to start working on plugins again. Also, I'm having a problem with the clearing of the filters. This is just the standard ExtJS Store... -
10 Oct 2011 5:41 PM
- Replies
- 18
- Views
- 2,113
Lol, I will have to take a look at the new build :) Thanks!
-
10 Oct 2011 5:39 PM
- Replies
- 18
- Views
- 2,113
I too have the same issue. I am using menu.removeAll() and a loop of menu.add({...}). I am doing this to remove and add items to menu when a store loads with the data for the menu.
Like the... -
4 Oct 2011 10:10 AM
Jump to post Thread: Ext.ux.grid.HeaderFIlter by SMMJ_Dev
- Replies
- 38
- Views
- 8,822
Thanks drplasma,
There are currently alot of bugs I still need to work out.
One big issue is that if I filter for "abcdf" instead of "abcde" and only "abcde" exists, then I will get nothing... -
25 Sep 2011 10:15 AM
Jump to post Thread: Ext.ux.window.Notification by SMMJ_Dev
- Replies
- 99
- Views
- 29,830
The above update will make the styles work across all browsers and will create a new window style too.
Here are some images from all the different browsers:
IE7
28318
IE8
28319
IE9
28320 -
25 Sep 2011 9:46 AM
Jump to post Thread: Ext.ux.window.Notification by SMMJ_Dev
- Replies
- 99
- Views
- 29,830
Just an FYI,
I was able to get your light style for notifications to work with all browsers.
I am now calling your notification like below in order to use the ui property that is meant for... -
25 Sep 2011 8:13 AM
- Replies
- 87
- Views
- 31,238
I've been having the same issues. It's hard to use this plugin, and I've been finding I have to create custom fixes per page. It's weird, I'm getting issues in which my javascript code is not...
-
25 Sep 2011 8:05 AM
Jump to post Thread: Ext.ux.grid.HeaderFIlter by SMMJ_Dev
- Replies
- 38
- Views
- 8,822
Hey Thanks Holger!
That's exactly where I stand with my work. I'm performing migrations from 3.x to 4. I actually never used the header filter plugin in 3, but while we were redoing our pages,... -
25 Sep 2011 7:45 AM
Jump to post Thread: Export store to Excel by SMMJ_Dev
- Replies
- 258
- Views
- 103,381
OK, I think I fixed it. Try out this as your Exporter-all.js. I finally put a test scenario together for you and fixed the button.
/**
*
* Base64 encode / decode
* ... -
25 Sep 2011 7:19 AM
Jump to post Thread: Export store to Excel by SMMJ_Dev
- Replies
- 258
- Views
- 103,381
I looked at the button code, and it is still messed up.
For now if you need this you can do what I'm currently doing.
Replace your button code with a standard Ext.button.Button
... -
25 Sep 2011 6:32 AM
- Replies
- 5
- Views
- 4,842
When I get more time I will update this grouping override. There was a small issue with the last group of a store not expanding collapsing correctly and remembering it's state when...
-
23 Sep 2011 4:20 AM
- Replies
- 111
- Views
- 27,795
Awesome! I can't wait to try this out. I saw your CTemplate as well, looks good!
-
21 Sep 2011 5:53 AM
Jump to post Thread: Export store to Excel by SMMJ_Dev
- Replies
- 258
- Views
- 103,381
Yeah, I see the problem. It looks like in the code when they are creating a button they are Extending Ext.Button instead of Ext.button.Button.
Also this does not work in IE due to IE's... -
21 Sep 2011 4:42 AM
Jump to post Thread: Ext.ux.grid.HeaderFIlter by SMMJ_Dev
- Replies
- 38
- Views
- 8,822
Thanks Christiand!
I actually do not have any time for the rest of this month to do any more work on this. Feel free to add your own customizations and updates and I can try to find time at night... -
20 Sep 2011 4:12 AM
Jump to post Thread: Ext.ux.grid.HeaderFIlter by SMMJ_Dev
- Replies
- 38
- Views
- 8,822
Thanks wki01 I will try that out.
-
19 Sep 2011 4:51 PM
Jump to post Thread: Ext.ux.grid.HeaderFIlter by SMMJ_Dev
- Replies
- 38
- Views
- 8,822
Ok, the updates are made. I turned the combo into a clearable combo. I added a store with data for the combo. I added styles to filtered columns.
-
19 Sep 2011 3:30 PM
Jump to post Thread: Ext.ux.grid.HeaderFIlter by SMMJ_Dev
- Replies
- 38
- Views
- 8,822
Hi Allan,
I have not implemented any style changes. I can look into doing that. Also, I just selected the text and clicked delete to remove the filter. In the demo I just did a shortcut and...
Results 1 to 25 of 79
