Search Type: Posts; User: roger.bowman
Search: Search took 0.03 seconds.
-
5 Sep 2008 5:48 AM
Jump to post Thread: Stateful TreePanel by roger.bowman
- Replies
- 9
- Views
- 7,370
AFAIK, it does not. It only "remembers" which nodes were expanded/collapsed.
-
10 Jul 2008 7:38 AM
Jump to post Thread: Stateful TreePanel by roger.bowman
- Replies
- 9
- Views
- 7,370
To keep state while refreshing the tree, I added a refresh button to the tree panel tool bar:
id : 'refresh',
qtip : 'Refresh',
handler : function (event, toolEl, panel) {
... -
9 Jul 2008 10:55 AM
Jump to post Thread: Stateful TreePanel by roger.bowman
- Replies
- 9
- Views
- 7,370
Hello all!
Since I couldn't find a way to make a TreePanel remember it's state (i.e. remember which nodes were expanded/collapsed), I figured I would post my solution here.
All I had to do was...
Results 1 to 3 of 3
