submitOnChange

Selection List Properties and Selection Tree Properties more information on these components.

Specifies that user selections should be submitted immediately to the server and the Dashboard refreshed with updated data (default). When this feature is disabled, user selections are not submitted until the user explicitly presses the ‘Apply’ button submit.

Type

Boolean

true: submit user selections immediately
false: submit user selections on 'Apply'

Example

SelectionList1.submitOnChange = false;

Either syntax below can be used in component script:

submitOnChange                   // unqualified
SelectionList1.submitOnChange    // qualified

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