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.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

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

Adding plugins to SimpleTinyMCEField


Go to End


3 Posts   2159 Views

Avatar
lanks

Community Member, 61 Posts

25 January 2010 at 11:48am

Edited: 25/01/2010 11:49am

Is it possible to add plugins to the SimpleTinyMCEField?
If it is possible how is it done and can you add the normal TinyMCE plugins or are they different for this type of TinyMCE editor?
I have looked through all of the code for the SimpleTinyMCEField and can't find a method or anything to add plugins.
Also I have tried adding a plugin that I use in the normal Silverstripe TinyMCE editor to the SimpleTinyMCEField plugins directory and added it to the buttons but it isn't working.

Thanks
Liam

Avatar
lanks

Community Member, 61 Posts

30 January 2010 at 11:27am

Perhaps a more simple question would be. Is the version of TinyMCE used in SimpleTinyMCEField the same as the normal TinyMCE used in SS?
If not what is it called?

Thanks
Liam

Avatar
UncleCheese

Forum Moderator, 4102 Posts

30 January 2010 at 11:41am

No. It's the jQuery distribution of TinyMCE. CMSMain uses something totally different.