RTL Support
10 Jan 2018 / 1 minute to read
The NumericTextBox provides RTL (Right-To-Left) support. The alignment of NumericTextBox can be changed from Left-To-Right into Right-To-Left.
Enable RTL
The following steps explain the implementation of enableRTL in NumericTextBox .
In the HTML page set the corresponding <input> elements for rendering NumericTextBox control.
<input id="numeric" type="text" ej-numerictextbox e-value="11" e-enablertl="true" />
The output for NumericTextBox when enableRTL is “true” is as follows.
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