galdaka
21 Aug 2008, 1:56 PM
Hi,
I create a plugin for maintain state in treepanel based on Jsakalos Arraytree: http://extjs.com/forum/showthread.php?t=32059
Usage:
tree = new Ext.tree.TreePanel({
...
plugins: [new Ext.ux.StatefulTreePanelPlugin()],
...
});
I had problems with some events. You can view in the code. This is the help thread: http://extjs.com/forum/showthread.php?p=212359
Live demo: www.jadacosta.es (http://www.jadacosta.es)
Greetings,
I create a plugin for maintain state in treepanel based on Jsakalos Arraytree: http://extjs.com/forum/showthread.php?t=32059
Usage:
tree = new Ext.tree.TreePanel({
...
plugins: [new Ext.ux.StatefulTreePanelPlugin()],
...
});
I had problems with some events. You can view in the code. This is the help thread: http://extjs.com/forum/showthread.php?p=212359
Live demo: www.jadacosta.es (http://www.jadacosta.es)
Greetings,