IOS7 specific customization

10 Aug 20181 minute to read

You can set the IOS7 specific properties to the control by accessing IOS7 property.

Thumbstyle

The data-ej-thumbstyle attribute is used to render the Slider knob in two different styles. Default value for the attribute is set to “normal”.
The possible values are,

  1. Normal
  2. Small
  • HTML
  • <div id="slider_sample" data-role="ejmslider" data-ej-rendermode="ios7" data-ej-ios7-thumbstyle="small" ></div>

    The following screenshot displays the Slider iOS7: