TinyMCE default content direction setting from right to left

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?

+6
source share
1 answer

4.0.12 there was a problem when the fullscreen plugin could cause unexpected behavior with some other plugins. The update should fix this.

0
source

Source: https://habr.com/ru/post/971188/


All Articles