How to make the Folder Tree in WebDocs collapse by default
From Support
| | If you have a question or seek clarification, please call Technical Support. |
[edit]
Problem:
How do you make the Folder Tree in WebDocs collapsed by default?
[edit]
Solution:
If you want to make the folder tree load without being expanded then simply change the following line
from
STARTALLOPEN = 1
to
STARTALLOPEN = 0
in the folderTreeLeftFrame.asp page in WebDocs.
