Class: DuSlider

DuSlider

For use with DuScriptUI.
A Nice Slider.
This is not a real class, and cannot be instanciated.
Use DuScriptUI.slider to create a Nice Slider.
The Nice Slider inherits the Group object from ScriptUI and has all of its properties and methods.

new DuSlider()

D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11135
Properties:
Name Type Description
value int Read-Only | The current value
onChanging DuSlider~onChanging Function to execute when changing
onChange DuSlider~onChange Function to execute when changed

Methods

staticDuSlider.setValue(value)

D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11160
Changes the value
Name Type Description
value int The new value

Type Definitions

onChange()

D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11154
Function to execute when changed

onChanging()

D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11148
Function to execute when changing