I had posted this on the mailing list, but Dustin recommnded to post here on the forum, so here it is:
I am experimenting with a DnD enabled dijit Tree and
ItemFileWriteStore. After a user has done some DnD action I want the
store automatically to save(). What is the recommended way to do that
? Any event I can connect to, which only fires after successful Tree
DnD ?
I tried (with 95% success) overwriting the Tree onDndDrop function
with the following snippet:
onDndDrop: function(source, nodes, copy, destination) {
this.inherited(arguments);
