setActionVisible(name,Boolean)
|
Sets the visibility/accessibility of end-user features. To disable a feature, set the value to false.
Parameters
- name
-
Name of feature (String):
'Show Enlarged' 'Show Actual Size' 'Show' (in Selection Container) 'Hide' (in Selection Container) 'Remove' (right-click menu item in Selection Container) 'Properties' (right-click menu item) 'Edit' (right-click menu item for numerical Range Slider) - Boolean
-
false: hide the specified function
true: show the specified function
Example
RangeSlider1.setActionVisible("Edit", false);
|
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. |