Copied to clipboard

Flag this post as spam?

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


  • sg 33 posts 83 karma points
    Aug 05, 2014 @ 19:02
    sg
    0

    Can someone please share their tinymce.config that has most of the icons especially spellcheck and searchreplace plugin?

    Hello,

     

    I am trying to add the SearchReplace plugin and spellcheck plugin. I added it as follows:

    <command>

          <umbracoAlias>mceSearchReplace</umbracoAlias>

         <icon>images/editor/replace.png</icon>

          <tinyMceCommand value="" userInterface="true"               frontendCommand="mceSearchReplace">searchreplace</tinyMceCommand>

          <priority>79</priority>

        </command>

     

    <plugin loadOnFrontend="true">searchreplace</plugin>

     

    For spellchecker:

    <command>

          <umbracoAlias>mceSpellCheck</umbracoAlias>

          <icon>images/editor/spellchecker.gif</icon>

          <tinyMceCommand value="" userInterface="true"  frontendCommand="mceSpellCheck">spellchecker</tinyMceCommand>

          <priority>75</priority>

        </command>

     

    <plugin loadOnFrontend="false">spellchecker</plugin>

    <config key="spellchecker_rpc_url">GoogleSpellChecker.ashx</config>

     

    Then is datatype->RTE-> i checked both icons.

    abc spell check shows up as icon. But searchreplace does not show up in the rte toolbar.

     

    Any ideas how should i make it work. If you have a tinymce.config that works. please share with me.

     

    Thanks

    Shilpi

     

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies