Search Type: Posts; User: dalder
Search: Search took 0.02 seconds.
-
8 Jun 2011 3:43 AM
- Replies
- 6
- Views
- 1,746
layoutOnTabChange and hideMode weren't working in my application.
setting a with to itemselector solved the problem in my case:
xtype: 'itemselector',
width: 550,
...
multiselects: [{
... -
13 Oct 2010 12:31 AM
- Replies
- 7
- Views
- 1,482
thx! works fine!
posted a bug report: http://www.sencha.com/forum/showthread.php?112339-PENDING-Checkbox-Event-quot-Check-quot-fires-while-loading-data&p=524267 -
13 Oct 2010 12:30 AM
- Replies
- 0
- Views
- 474
Ext version tested:
Ext 3.3.0
Adapter used:
ext
css used: -
12 Oct 2010 4:56 AM
- Replies
- 7
- Views
- 1,482
i've updated to extjs 3.3.0.
but the event "check" still fired if the data loaded with load() from direct store.
is it possible to detect just the click event? -
30 Jun 2010 3:58 AM
- Replies
- 7
- Views
- 1,482
Is there a way to fix the bug or do I have to wait for the next public release?
-
25 Jun 2010 12:28 AM
- Replies
- 7
- Views
- 1,482
In the following example I try to load a checkbox from php via extdirect.
Every thing works fine for loading and submitting.
But during load the checkbox fires the "check" event and saves the... -
30 Dec 2009 8:13 AM
Jump to post Thread: jsonStore -> panel.items by dalder
- Replies
- 43
- Views
- 16,223
solved:
var listViewStore = new Ext.data.DirectStore({
directFn: Ext.ss.controller_direct.directGetCmListView,
paramsAsHash: true,
fields: []
}); -
30 Dec 2009 5:14 AM
Jump to post Thread: jsonStore -> panel.items by dalder
- Replies
- 43
- Views
- 16,223
...if i use following code (same json) everything's right:
var listViewStore = new Ext.data.DirectStore({
directFn: Ext.ss.controller_direct.directGetCmListView,
... -
30 Dec 2009 12:40 AM
Jump to post Thread: jsonStore -> panel.items by dalder
- Replies
- 43
- Views
- 16,223
hi, try to implement dynamic grids in my application including directstore:
var listViewStore = new Ext.data.DirectStore({
directFn: Ext.ss.controller_direct.directGetCmListView,...
Results 1 to 9 of 9
