expandAll
| Selection List Properties and Selection Tree Properties more information on these components. |
For Selection Trees, when set to true, specifies that all levels of the tree should be fully expanded when the Dashboard loads. The Selection Tree will appear fully expanded when the Dashboard loads even if the user has previously saved a bookmark with the Selection Tree in an alternate state of expansion.
expandAll does not apply to Selection Lists.
|
Example
SelectionTree1.expandAll = true;
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |