We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14547
    • 58 Posts
    how can I add a plugin?

        * Download the plugin from sourceforge or this link .
        * Copy the custombullet Directory to the plugins directory of TinyMCE(/jscripts/tiny_mce/plugins).
        * Addplugin to TinyMCE plugin option list. An example would be "plugins : custombullet"
    
    Installation Example
    
    tinyMCE.init({
     theme : "advanced",
     mode : "textareas",
     plugins : "custombullet",
     theme_advanced_buttons1_add : "custombullet"
    
    });
    


    Wonderful. I just checked out the TinyMCE wikipedia and their forums, but there is no answer to the following question:

    TinyMCE plugin option list
    Where is the tinyMCE.init line??
    ???
      ~~||[ Simplicity is everything ]||~~