Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Multiple TinyMCE on Page, 2 need RTL Support


Go to End


1333 Views

Avatar
Ironcheese

Community Member, 36 Posts

8 July 2010 at 9:17am

Hi there,
i have mulitple HTMLEditor Fields in my Page. In fact there are 8.
Two of these HTMLEditor Fields need "right-to-left" language support. But just those two. The other six should work as default from left to right.

If i add to my _config.php

HtmlEditorConfig::get('cms')->setOption('directionality', 'rtl');

it switches the language direction of ALL HTMLEditor Fields... :S

Thanks in advance