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.

Type

Boolean

true: expand all levels by default
false: do not expand all levels (default)

Example

SelectionTree1.expandAll = true;

Either syntax below can be used in component script:

expandAll                   // unqualified
SelectionTree1.expandAll    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.