Hi All,
Thanks for your support.
We created custom plugin created at \\server\E$\Interwoven\TeamSite\httpd\iw\tinymce\jscripts\tiny_mce\plugins\abc\editor_plugin.js
And Custom plugin config set in \\server\E$\Interwoven\TeamSite\httpd\iw\tinymce\config\custom_config.js
external-editor-config="abc1" set in datacapture.cfg
But it is not loading the referenced plugin or configuration when opening the dcr. Can you assist please?
Here is the code from the dct
<item name="VFE Text">
<label>VFE</label>
<textarea cols="70"
rows="15"
required="f"
wrap="virtual"
external-editor="tinymce"
external-editor-config="abc1"
external-editor-inline="t" />
</item>
I am attaching the required files.
Thanks.