Search Type: Posts; User: jsonproxy
Search: Search took 0.02 seconds.
-
12 Jan 2012 8:45 PM
Jump to post Thread: How to create custom List Item by jsonproxy
- Replies
- 2
- Views
- 909
Thank you Mitchell
-
11 Jan 2012 6:47 PM
Jump to post Thread: How to create custom List Item by jsonproxy
- Replies
- 2
- Views
- 909
Good day,
I'd like to create a list where list items will have a two buttons. I'm not sure how to place them on each item and what would be a good approach to implement button tap listeners.
... -
16 Sep 2011 10:43 PM
- Replies
- 8
- Views
- 8,362
When node is created and store received successful response then node.dirty = true and it is a subject for update action. Temp patch below will help to set node.dirty = false
... -
16 Sep 2011 5:39 PM
- Replies
- 8
- Views
- 8,362
If nodes ids are unique you may use this temp patch:
Ext.override(Ext.data.TreeStore, {
onNodeAdded: function(parent, node) {
for(var i=0; i < this.removed.length;i++){
... -
15 Sep 2011 5:55 AM
- Replies
- 8
- Views
- 8,362
1) When store load records first time the Ext.data.NodeInterface.updateInfo(true) is called for each node/record and me.commit() is executed as well. Same happened when store records are reloaded....
-
14 Sep 2011 11:04 PM
- Replies
- 8
- Views
- 8,362
Hello,
I hope some bugs already fixed in 3 months.
I have a couple problems to synchronize a TreeStore:
1) Reload store. > store.load(); and then store.sync() - store reloads successfully...
Results 1 to 6 of 6
