Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey guys!
I need to extend the tinyMCE editor's bullet styles and numlist styles. I found that the tinyMCE editor already has these ones built in, in the "advlist" plugin. The question is that how can I turn this plugin on?
thanks in advance,Peter
Hi Peter
If I remember correctly this should be fairly straightforward.
In the /config/tinyMceConfig.config file you should just need to add <plugin loadOnFrontend="true">advlist</plugin>
<plugin loadOnFrontend="true">advlist</plugin>
to the list of plugins here
<plugins> <plugin loadOnFrontend="true">code</plugin> <plugin loadOnFrontend="true">paste</plugin> <plugin loadOnFrontend="true">umbracolink</plugin> <plugin loadOnFrontend="true">anchor</plugin> <plugin loadOnFrontend="true">charmap</plugin> <plugin loadOnFrontend="true">table</plugin> <plugin loadOnFrontend="true">lists</plugin> </plugins>
Remember to recycle the app pool for the change to take effect.
Hope this helps.
/Jan
Hi Jan,
That's it, thanks a lot!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
TinyMCE - load advlist plugin
Hey guys!
I need to extend the tinyMCE editor's bullet styles and numlist styles. I found that the tinyMCE editor already has these ones built in, in the "advlist" plugin. The question is that how can I turn this plugin on?
thanks in advance,
Peter
Hi Peter
If I remember correctly this should be fairly straightforward.
In the /config/tinyMceConfig.config file you should just need to add
<plugin loadOnFrontend="true">advlist</plugin>
to the list of plugins here
Remember to recycle the app pool for the change to take effect.
Hope this helps.
/Jan
Hi Jan,
That's it, thanks a lot!
is working on a reply...