DEFAULTS
Overview
The code defines constants and behaviors for handling different states in Servoy's solution model scripting. These constants help manage form properties, component behaviors, and navigator settings, enabling efficient customization of UI and scripting functionality. The provided structures also ensure compatibility with JavaScript and Servoy's development environment.
Constants Summarized
Constants used for setting commands to "default".
Constant used for setting commands to "none".
Constant used in various places to set properties to their default value.
Constant used to remove a component from the tab sequence or set form navigator to IGNORE value.
Constant used in various places to set properties to "none".
Constants Detailed
COMMAND_DEFAULT
Constants used for setting commands to "default".
Type JSMethod
Sample
COMMAND_NONE
Constant used for setting commands to "none".
Type JSMethod
Sample
DEFAULT
Constant used in various places to set properties to their default value.
Type Number
Sample
IGNORE
Constant used to remove a component from the tab sequence or set form navigator to IGNORE value.
Type Number
Sample
NONE
Constant used in various places to set properties to "none".
Type Number
Sample
Last updated