ReadOnly
10 Aug 20181 minute to read
The data-ej-readonly attribute makes the Slider control to be fixed. When data-ej-readonly attribute is set to true, the Slider knob cannot be dragged from its current position that is the Slider value cannot be changed.
<div id="slider_sample" data-role="ejmslider" data-ej-readonly="true"> </div>