Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mark Newton 10 posts 28 karma points
    Feb 18, 2011 @ 11:09
    Mark Newton
    0

    Adding the searchreplace plug in to TinyMCE

    The TinyMCE site says to add:

    tinyMCE.init({
            theme
    : "advanced",
            mode
    : "textareas",
            plugins
    : "searchreplace",
            theme_advanced_buttons3_add
    : "search,replace"
    });

    But I'm not sure how to do this in Umbraco, any pointers?

     

  • mfeola 117 posts 221 karma points
    Mar 02, 2011 @ 18:21
    mfeola
    0

    I am also looking for where tinyMCE is initialized so that I can edit the format dropdown.  I know it is possible because the format dropdown of the text area that I am currently writing in is customized! Maybe it is just a usercontrol implementing a different initialization of tinyMCE though... nuts

Please Sign in or register to post replies

Write your reply to:

Draft