RTL Support in EJ 1 ASP.NET MVC Captcha
4 Mar 2016 / 1 minute to read
Right to Left alignment of Captcha can be achieved by enabling EnableRTL property to true. When this property is set as true, refresh image and audio button are displayed in left side of captcha and also auto validation text box characters are entered from right to left. To achieve this, enable refresh, audio, and auto validation properties. By default RTL property value is set as false.
The following code example is used to render the Captcha with RTL support.
-
Add the following code example to the corresponding CSHTML page to render Captcha with RTL support.
@(Html.EJ().Captcha("captcha").EnableRTL(true).EnableRefreshImage(true).EnableAudio(true).EnableAutoValidation(true))
-
The following screenshot illustrates the Captcha with RTL support.
Captcha with RTL support
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