I am trying to set the default content direction in TinyMCE (version 4.0.12) from ltr to rtl .
I am using directionality config:
directionality: 'rtl',
... but the editor seems to ignore it, and still the default cursor position is on the left, and the contents are ltr .
I also tried to use the RTL language for TinyMCE, but I got the same result with the default cursor position on the left, and the content is ltr .
What is the problem?
How can I adjust the default direction of TinyMCE content from right to left?
source share