submitOnChange

Calendar Properties for more information on user selection editing.

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 preforms a submit operation. (See Dynamically Set Properties and Submit Button Properties for more information.)

Type

Boolean

true: submit user selections immediately
false: submit user selections on demand

Example

Calendar1.submitOnChange = false;

Either syntax below can be used in component script:

submitOnChange               // unqualified
Calendar1.submitOnChange     // qualified

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