It is possible to use methods of DHTMLX Slider via the getWidget() method of a Slider control.
For example, you can disable a Slider control. To do this, you need to get the widget attached to the Slider control and then use the disable() method of this widget.
const slider = form.getItem("slider").getWidget(); // -> DHTMLX Slider
slider.disable(); // disables slider
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4