Create new Button for TinyMCE and Map it to JS function
UMB Experts,
UMB 4.5.2 | SVR 2008 I was wondering if anyone could shed a bit more light as to how to correctly map the JS Fuction here: http://tinymce.moxiecode.com/examples/example_18.php to my my custom button on the Tiny RTE.
I already created a folder in the tinymce3/plugins/ directory to house my icon and js I added a command element like so: <command> <umbracoAlias>corInfoTemplate</umbracoAlias> <icon>../umbraco_client/tinymce3/plugins/corinfopanel/homepagepanel.png</icon> <tinyMceCommand value="" userInterface="true"frontendCommand="template">corInfoTemplate</tinyMceCommand> <priority>76</priority> </command>
and a plugin element like so <plugin loadOnFrontend="true">corInfoTemplate</plugin>
I see the icon on the RichtextEditor Datatype in the Developer Section, however in the content section the Tiny RTE toolbar doesn't appear now...
Create new Button for TinyMCE and Map it to JS function
UMB Experts,
UMB 4.5.2 | SVR 2008
I was wondering if anyone could shed a bit more light as to how to correctly map the JS Fuction here: http://tinymce.moxiecode.com/examples/example_18.php
to my my custom button on the Tiny RTE.
I already created a folder in the tinymce3/plugins/ directory to house my icon and js
I added a command element like so:
<command>
<umbracoAlias>corInfoTemplate</umbracoAlias>
<icon>../umbraco_client/tinymce3/plugins/corinfopanel/homepagepanel.png</icon>
<tinyMceCommand value="" userInterface="true"frontendCommand="template">corInfoTemplate</tinyMceCommand>
<priority>76</priority>
</command>
and a plugin element like so
<plugin loadOnFrontend="true">corInfoTemplate</plugin>
I see the icon on the RichtextEditor Datatype in the Developer Section, however in the content section the Tiny RTE toolbar doesn't appear now...
is working on a reply...