RTL support in EJ 1 ASP.NET MVC Slider
5 Oct 2015 / 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 VIEW page, specify the helper elements to render the Range Slider.
// Add this code in your view page
@(Html.EJ().Slider("rangeSlider").SliderType(SlideType.Range).Values("25,75")
.Width("500").EnableRTL(true))
Execute the above code example to 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