How can i set text direction [rtl] on load editor.
Can any one helper me in this regards.
How can i set text direction [rtl] on load editor.
Can any one helper me in this regards.
According to the docs, this should do it:
CKEDITOR.config.contentsLangDirection
in the CKSource manual
Example taken from there:
config.contentsLangDirection = 'rtl';