Expand All Folders using fuel ux treeview -


i´m using fuelux treeview display list , want expand folders or nodes when page load.

i´m using fuelux.tree.min.js.

below code load treeview:

       $('#trvmembers').ace_tree({            datasource: treedatasource,            loadinghtml: '<div class="tree-loading"><i class="ace-icon fa fa-refresh fa-spin blue"></i></div>',            'open-icon': 'ace-icon tree-minus',            'close-icon': 'ace-icon tree-plus',            'selectable': true,            'selected-icon': null,            'unselected-icon': null         }); 

the questions is: there parameter or function expand folders when load page?

you can call $().tree('discloseall');on fuel ux tree , open visible nodes, don't know ace admin trees. see following documentation.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -