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.

Content Editor Discussions /

Forum for content editors and CMS users.

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

Specific TinyMCE config for Page Types


Go to End


2 Posts   3010 Views

Avatar
joe_m

Community Member, 1 Post

18 June 2009 at 1:22am

15. June 2009 I updated my local test system to SS 2.3.2 rc3. Since this update tinymce.template.js seems useless. Currently you implemented a PHP-based solution for configuring tinymce and also to put in different configurations. My short and simple (may be silly but I don't find the way) questions are:

1. Where (in my code ...) do I have to implement the configuration(s) via HtmlEditorConfig::get('foo')->setOptions().../or such? Possible in mysite/_config.php??
2. Where do I have to switch to my config via HtmlEditorConfig::set_active('foo') if I want to set it page-type-specific? LeftAndMain.php resets it to HtmlEditorConfig::set_active('cms'), so my switching obviously makes no sense or got overwritten!?
3. Where can I put my additional js-code for special tinymce-callbacks (tinymce.template.js was so a nice place), so that it gets loaded?

Sorry if my questions sounds silly. I'm a newbe

Avatar
rndmerle

Community Member, 24 Posts

19 June 2009 at 9:51pm

Hi.

I'd really like, too, to know where I should tweak/configure tinymce now.

Regards.