Search Type: Posts; User: Shmoo
Search: Search took 0.02 seconds.
-
17 Oct 2010 11:31 PM
Jump to post Thread: Grid Search Plugin by Shmoo
- Replies
- 1,023
- Views
- 363,957
Thanks for the link Saki. :)
Thank you Samuel.reed as well for pointing that out. :) -
14 Oct 2010 8:20 PM
Jump to post Thread: Grid Search Plugin by Shmoo
- Replies
- 1,023
- Views
- 363,957
Hi Saki,
I updated to 3.3.0 and the clear trigger didn't work, I went to 3.2.2, it didn't work for me too.
But when I made a change in the grid.Search code and the clear trigger works for me... -
12 Oct 2010 11:43 PM
Jump to post Thread: Grid Search Plugin by Shmoo
- Replies
- 1,023
- Views
- 363,957
Hi!
Amazing plug-in, as expected from Saki. :)
I am using EXT JS 3.1.0, Firefox 3.6.10. The "x" button, or should I say the clear / reset button doesn't seem to work when I press on it.
Here... -
3 Jan 2010 11:24 PM
Jump to post Thread: [1.0] Grid RowActions Plugin by Shmoo
- Replies
- 956
- Views
- 307,713
Hi Saki!
Is the plugin compatible with 3.1.0? -
3 Dec 2009 7:38 AM
Jump to post Thread: Ext Wave Community by Shmoo
- Replies
- 112
- Views
- 15,028
Hi!
I'd like to join the EXTJS Wave community too.
My gwave id is shmoo83@googlewave.com
:) -
2 Dec 2009 1:40 PM
Jump to post Thread: Ext 3.1 release date by Shmoo
- Replies
- 129
- Views
- 32,629
Thanks for the update on its status. :D
-
19 Nov 2009 8:01 AM
Jump to post Thread: Ext + Java web dynamic by Shmoo
- Replies
- 2
- Views
- 893
I'm not sure if this will help, maybe you can take a look at EXT GWT Help and the EXT GWT Forums.
-
12 Nov 2009 1:52 PM
Jump to post Thread: Ext 3.1 release date by Shmoo
- Replies
- 129
- Views
- 32,629
The 3.0.3 release are only for SVN subscribers.
-
9 Nov 2009 9:49 AM
Jump to post Thread: Ext 3.1 release date by Shmoo
- Replies
- 129
- Views
- 32,629
I was going to ask the same thing. :)
3.1 looks very promising. :D
From the road map site:
Ext JS 3.1 (Early November 2009)
* Additional ARIA/Section 508 accessibility improvements -
8 Oct 2009 10:52 PM
Jump to post Thread: LiveGrid? LiveCombo! by Shmoo
- Replies
- 10
- Views
- 2,753
I have a similar case as well and I used the similar solution, a paging combo box.
Would LiveGrid be a part of EXTJS or will it remain as a user extension? -
16 Aug 2009 6:10 PM
Jump to post Thread: Migration to 3.0 by Shmoo
- Replies
- 5
- Views
- 3,186
Bumping this thread up. I am curious as well if there will be a migration guide just like the last time. :)
-
30 Jul 2009 1:55 AM
Jump to post Thread: [1.0] Grid RowActions Plugin by Shmoo
- Replies
- 956
- Views
- 307,713
Thank you Saki this is very brilliant code! :D :D
Can you update the content of your first post though?
It is still using Ext.ux.grid.RowAction in the code section. -
28 Jun 2009 7:34 PM
Jump to post Thread: Grid Timeout by Shmoo
- Replies
- 6
- Views
- 3,901
So what happens when the timeout occurs? Am I right to assume it will fire the loadexception event? Since the store's loadexception is related to the proxy it is "bound" with..
If not, then what... -
2 Sep 2008 7:37 PM
Jump to post Thread: yet another grid export to Excel by Shmoo
- Replies
- 1
- Views
- 2,165
How does this perform with Paged Grids?
From what I can see.. it seems to get the data from the grid's store. So what if you need the whole data? Not just the one retrieved by the store (if its... -
28 Aug 2008 5:36 PM
- Replies
- 273
- Views
- 141,784
Quick question: Does attaching a new function on the rowdblclick event override existing functions attached to it?
-
7 Aug 2008 12:42 AM
- Replies
- 273
- Views
- 141,784
Hi tjstuart!
This version should work ok with Ext JS 2.2 right? :)
Do we need to update DDView as well? -
29 Jul 2008 7:12 PM
Jump to post Thread: combobox and json.. not populate by Shmoo
- Replies
- 15
- Views
- 1,923
Try creating a record?
var comboBoxRecord = Ext.data.Record.create([
{name: 'id', type: 'string'},
{name: 'nome', type: 'string'}
]);
then use it with your JsonReader -
29 Jul 2008 6:53 PM
- Replies
- 80
- Views
- 33,973
This is a very great idea! As a developer I always look at the API documentation, then look for examples / samples of how they are used. :D
A small "How-To" code snippet will indeed be very useful... -
9 Jul 2008 12:45 AM
- Replies
- 19
- Views
- 12,839
Hi,
I am also doing something similar, but in my case, I use Java in my server side.
My problem is quite strange, after viewing the grid, and clicking a button to save as a csv file, it goes... -
17 Apr 2008 4:54 PM
Jump to post Thread: Explain CookieProvider? by Shmoo
- Replies
- 16
- Views
- 3,151
Hi all! I'm new to this CookieProvider...
I have a layout shown below.
I have set stateful to be true.
Is there an "all" value for stateEvents config option?
And will the current values for... -
30 Mar 2008 7:10 PM
- Replies
- 7
- Views
- 1,461
Ok problem solved. :D
Mods / admins can delete and / or update thread title(mark as solved)?
Thanks once again. :D -
30 Mar 2008 1:53 AM
- Replies
- 7
- Views
- 1,461
@Condor
Thanks a lot! I made the same change. :)
@mjlecomte
I am using the default layouts. -
27 Mar 2008 11:32 PM
- Replies
- 7
- Views
- 1,461
@catacaustic
I tried it out. It didn't solve the problem.
I used firebug to see the attributes of the div that the column header used and this is what I found:
... -
27 Mar 2008 5:32 PM
- Replies
- 7
- Views
- 1,461
Hi all!
I am having a problem rendering the column model in my grid.
I recently changed from EXT 1.1.x to EXT 2.0.
Here is how the column model is defined. -
10 Mar 2008 6:21 PM
- Replies
- 273
- Views
- 141,784
Congratulations in getting to the core! =D>
Results 1 to 25 of 41
