refreshAfterSubmit
When true (default), refreshes the Dashboard after submission. This is useful when you want Dashboard components to be immediately updated with the submitted data (for example, when new values are submitted from an Editable Table or Form component to the Data Worksheet).
Example
refreshAfterSubmit = 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. |