PDA

View Full Version : right to left css



mehdi_kazemi
27 Sep 2007, 8:56 AM
In the name of God
Some languages such as Persian and Arabic are written in right to left direction. Is there any right to left css for Ext?

steffenk
27 Sep 2007, 10:14 AM
it's general CSS.
look to following attribute:

direction:rtl;

ahmadt
29 Sep 2007, 1:37 PM
I tried it in many way , it doesn't work at all

Yossi
29 Sep 2007, 11:47 PM
http://extjs.com/forum/showthread.php?t=4856&highlight=hebrew

any modifications that you insert would be cool to have :-)

mehdi_kazemi
9 Oct 2007, 8:28 AM
Thanks for your attention.