Class: ScriptOptions
Summary
Get or set options.
Remarks
Scription options include both the Advanced Settings and also options added via scripts.For a list of all of the existing options, and to see examples, see "IDS_ADVANCED_SETTINGS_JAVASCRIPT" in the lang.dgl file.
Methods
Method | Description |
add |
Add a new option |
get |
Get the value of an option, or the default value if no other value has been set. The return value type depends on the option type. |
remove |
Permanently remove an option. |
set |
Set the value of an option. |
|
|
|
See Also
App : getSetting
App : scriptOptions
Requirements
1110
|