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.

Example of usage of the directionality option:

tinyMCE.init({
...
directionality : "rtl"
});
User Image
  • 2011-03-21 10:02:04

hanymatar

in this case the styles,format,font family, font size drop down will has a direction problem
we need to move the text to align right(better)
or
move the scroll to the right