I have been looking around umbraco forum and google, in search for a guide or something to help me enable plugins that is not loaded by default from tinymce. So far i have only been able to find: textcolor, font size and font type.
I can see umbraco comes with a list of plugins for tinymce, what i havn't figured out so far, is how to know the plugin's alias, or how to enable a specific plugin like image tools
This is an example of how to enable font type selector
Then you might have to recycle the application pool / restart the website (if setup locally). If you don't have a local site setup you might have to do a restart of your PC to see the change in the Developer section, and therefore be able to activate the plugin in the RTE toolbar.
Tinymce: How to enable plugins
Hi forum,
I have been looking around umbraco forum and google, in search for a guide or something to help me enable plugins that is not loaded by default from tinymce. So far i have only been able to find: textcolor, font size and font type.
I can see umbraco comes with a list of plugins for tinymce, what i havn't figured out so far, is how to know the plugin's alias, or how to enable a specific plugin like image tools
This is an example of how to enable font type selector
Snippet of the list of plugins
Hi Lasse
I am wanting to create a custom plugin and so have started looking into Tincy MCE plugins.
Co-incidentally I have found a solution to your question, so here I am !!!
I have just activated the emoticons plugin by adding the following to the TinyMCEConfig.config
In the commands section I added:
In the plugins section I added:
Then you might have to recycle the application pool / restart the website (if setup locally). If you don't have a local site setup you might have to do a restart of your PC to see the change in the Developer section, and therefore be able to activate the plugin in the RTE toolbar.
Cheers
Nigel
is working on a reply...