Search Type: Posts; User: xanderdrax
Search: Search took 0.02 seconds.
-
14 Nov 2012 11:42 AM
Jump to post Thread: Update Node leaf by xanderdrax
- Replies
- 2
- Views
- 353
am doing
beforedrop: function (node, data, overModel, dropPos, opts) {overModel.set('id', data.records[0].get('roleID'));overModel.set('name', data.records[0].get('person'));}is that the right... -
9 Nov 2012 2:11 PM
Jump to post Thread: Update Node leaf by xanderdrax
- Replies
- 2
- Views
- 353
beforedrop: function (node, data) {
data.records[0].set('leaf', true);
data.copy = true;
}
right now the code just copies the grid row to tree as a leaf. Is there...
Results 1 to 2 of 2
