My favorites | Sign in
Logo
             
New issue | Search
for
| Advanced search | Search tips
Issue 81: Add open_all functionality to run in background
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ivan.bozhanov
Closed:  Nov 11
Type-Enhancement
Priority-Low


Sign in to add a comment
 
Reported by boteeka, Mar 05, 2009
It would be very nice if there would be a functionality for the tree to
load all its items (in case when using ajax to load them) when first
displaying the tree. Kind of recursive loading. This can be emulated right
now with a callback function for the onload event, which calls the
open_all() method, which in order loads all child items by opening the
parent item. This would be even nicer if there would be a way to do exactly
the same but without the visual feedback of loading animation for each node.

I was experimenting to hide the tree container element before calling the
open_all() method then redisplaying it, but it doesn't work when the tree
is hidden.

Comment 1 by ivan.bozhanov, Mar 05, 2009
I will think about this and maybe implement it in the next version. 
Regards,
Ivan
Status: Started
Owner: ivan.bozhanov
Labels: -Type-Defect Type-Enhancement
Comment 2 by ivan.bozhanov, Mar 10, 2009
(No comment was entered for this change.)
Status: Accepted
Comment 3 by ivan.bozhanov, Mar 10, 2009
(No comment was entered for this change.)
Labels: -Priority-Medium Priority-Low
Comment 4 by ivan.bozhanov, Nov 11, 2009
Just implemented load_branch which can load nodes without visual representation.
Status: Fixed
Sign in to add a comment

Hosted by Google Code