Rtl
Rtl
osamahLHM
Posts: 1Questions: 1Answers: 0
what about right to left is it enabled in your editor ?
This discussion has been closed.
Answers
Only partly in Editor. RTL is not something that I use myself, so any feedback would be very welcome to I can implement any required improvements.
Allan
Hi
I am currently implementing a dual english/ arabic website.
What rtl support is there in editor ( for the new record dialog for example)?
Uist
The layout of the form is updated so the labels are on the right, inputs on the left (when you use
dir="rtl"
on thehtml
element. Attached is a screenshot from one of the demos with that attribute set.Allan