adding plugin to mce_tiny html editor

Hi,

I bought/downloaded the plugin MCimagemanager for mce_tiny. Copied the folder to the plugin map. I wonder howto activate the plugin in ScriptCase?

In de SC source :
"
tinyMCE.init({
mode: “textareas”,
theme: “advanced”,
language: “nl”,
plugins: “safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template”,
"

The plugins property “,imagemanager” must be added behind template. But is this a fixed property or can I modify these?

Regards,
Martin

Re: adding plugin to mce_tiny html editor

Hi Martin,

What exactly do you mean by “is this a fixed property or can I modify these?”.

I myself made a few changes to my tinymce configuration, and unfortunately these changes are post-generation changes (I have to edit one of the generated files each time I generate the application), they cannot be set from within the Scriptcase tool.

Re: adding plugin to mce_tiny html editor

Hello Scott,

I mean by fixed that I can’t set a plugin as a property of the html editor. But iI saw in the last “Scriptcase update” that the imagemanager plugin was added to the production environment. So I hope and think that they are working on it.

Regards

Martin

[rienkdevries]
May I know which file? Thanks.