RTL Support in EJ 1 ASP.NET MVC UploadBox
5 Oct 2015 / 1 minute to read
The EnableRTL property is Boolean type, which allow us to change of left-to-right alignment of the UploadBox widget to right-to-left (RTL). That is, it sets the UploadBox to right-to-left actions. Default value of EnableRTL property is false.
The following steps explain the configuration of EnableRTL property in UploadBox.
In the VIEW page, add the below script to configure the UploadBox element.
// In the CSHTML page, add the UploadBox element.
@Html.EJ().Uploadbox("uploadbox").SaveUrl("Uploadbox/Save").RemoveUrl("Uploadbox/Remove").EnableRTL(true)
The following screenshot displays the 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