Important changes to Tiny Cloud pricing > Find out more
Return to Website

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.

Example of usage of the directionality option:

tinyMCE.init({
    ...
    directionality : "rtl"
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.