PDA

View Full Version : right to left css


mehdi_kazemi
09-27-2007, 11: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
09-27-2007, 01:14 PM
it's general CSS.
look to following attribute:
direction:rtl;

ahmadt
09-29-2007, 04:37 PM
I tried it in many way , it doesn't work at all

Yossi
09-30-2007, 02:47 AM
http://extjs.com/forum/showthread.php?t=4856&highlight=hebrew

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

mehdi_kazemi
10-09-2007, 11:28 AM
Thanks for your attention.