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
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:
<umbracoAlias>mceSpellCheck</umbracoAlias>
<icon>images/editor/spellchecker.gif</icon>
<tinyMceCommand value="" userInterface="true" frontendCommand="mceSpellCheck">spellchecker</tinyMceCommand>
<priority>75</priority>
<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
is working on a reply...
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.
Continue discussion
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
is working on a reply...
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.