TinyMCE:Configuration/directionality
From Moxiecode Documentation Wiki
[edit]
Option: directionality
This option specifies the default writing direction, some languages (Like Hebrew, Arabic, Urdu...) write from right to left instead of left to right. The default value of this option is "ltr" but if you want to use from right to left mode specify "rtl" instead.
[edit]
Example of usage of the directionality option:
tinyMCE.init({
...
directionality : "rtl"
});
