开发者

Custom Textarea for right to left languages

开发者 https://www.devze.com 2023-01-03 22:56 出处:网络
I need a custom text area inside which when the keyboard Enetr key is pressed sould insert new from right to left. and when bac开发者_如何转开发k space is clicked at the beginning of that line shuold

I need a custom text area inside which when the keyboard Enetr key is pressed sould insert new from right to left. and when bac开发者_如何转开发k space is clicked at the beginning of that line shuold remove that line.


Use dir="rtl" in the tag?


You can also use the CSS direction property, direction: rtl;.

After reading your comment to digitalFresh... Here's the solution you're looking for:

<textarea style="text-align: right;"></textarea>
0

精彩评论

暂无评论...
验证码 换一张
取 消