The tree control is implemented as a custom field containing XSL content, so it is possible to get the tree to initially appear collapsed, but you will need to edit this custom field content.
Go to the Field Details for the tree custom field to see the contents, and use the search option to make the following changes:
Firstly search for node-collapsible and replace them all with node-expandable. There should be 4 matches.[/*]
Secondly search for _content" and replace with _content" style="display:none;". Again there should be 4 matches.[/*]
Once you have made these changes, generate and deploy the page. You should now find that the tree is collapsed when it is initially rendered.
RE: Collapse Tree
The tree control is implemented as a custom field containing XSL content, so it is possible to get the tree to initially appear collapsed, but you will need to edit this custom field content.
Go to the Field Details for the tree custom field to see the contents, and use the search option to make the following changes:
Once you have made these changes, generate and deploy the page. You should now find that the tree is collapsed when it is initially rendered.
I hope this helps.
Regards,
Gerard
RE: Collapse Tree