Jump to content

Problem tinyMCE


Temerario

Recommended Posts

if you had some non-default plugin in the tinymce there is a chance that problem was related to this plugin.

if you know the plugin name you can include it to extended version of the editor

 

tinymce.inc.js file has code to run editor

there is a line:
 

plugins : "visualblocks, preview searchreplace print insertdatetime, hr charmap colorpicker anchor code link image paste pagebreak table contextmenu filemanager table code media autoresize textcolor emoticons",

just add the plugin name:

plugins : "___ENTER_HERE_PLUGIN_NAME___, visualblocks, preview searchreplace print insertdatetime, hr charmap colorpicker anchor code link image paste pagebreak table contextmenu filemanager table code media autoresize textcolor emoticons",

you will have extended editor and the plugin you previously mentioned

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...