How can I set text direction [rtl] on load editor?
According to the docs, this should do it:
CKEDITOR.config.contentsLangDirection in the CKSource manual
CKEDITOR.config.contentsLangDirection
Example taken from there:
config.contentsLangDirection = 'rtl';