RTL support
28 Jun 2017 / 1 minute to read
Slider includes the Right to Left alignment support. Operations in the Slider is performed from Right to Left.
Enabling RTL
Use the enableRTL property to enable the RTL support. By default this property is disabled. Data type of this property is “Boolean”.
The following steps explains you on how to enable RTL support in Slider.
In an HTML page, specify the div elements to render the Range Slider.
<div class="txt">Range Slider</div>
<div id="rangeSlider" ej-slider e-width="500" e-sliderType="Range" e-values="value" e-enableRTL="true"></div>
angular.module('sliderApp', ['ejangular'])
.controller('SliderCtrl', function ($scope) {
$scope.value=[25,75]
});
Execution of above code will render the following output.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page