Option: directionality

This option specifies the default writing direction, some languages writes 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"
});