SMART datagrid v.1 > Classes > TreeView

Back  Forward

DataLudi.TreeView.collapseAll  method

具有子行,并且折叠expanded的所有行。 

将不会触发个别的onExpandingonExpanded事件。 

function collapseAll ();
Returns
Void
Code -1
    $('#btnCollapseAll').click(function () {
        tree.collapseAll();
    });
See Also
onExpanding
onExpanded
expandAll
GroupRow.expanded
树概述
Examples
Hello Tree