|
| Replacing TinyMCE IESpell checker with other spellchecker |
 |
Mon, 4 Dec 2006 17:01:14 +0000 |
This replaces the default spell-checker with Michael Trefry's Custom Community
Spellchecker, and serves as an example of how to replace the default
spell-checker with another utility. Thanks to The Wizard with this info.
To replace the IESpell checker with Michael Trefry's Custom Community
Spellchecker, in the Skin-Editor-Standard.ascx just replace the iespell with
spellchecker
<TMCE:TinyMCE runat="server" id="Editor">
<TMCE:TinyMCEOption runat="server"
Name="fix_content_duplication" Value="true" />
<TMCE:TinyMCEOption runat="server"
Name="theme_advanced_resizing" Value="true" />
<TMCE:TinyMCEOption runat="server"
Name="remove_linebreaks" Value="false" />
<TMCE:TinyMCEOption runat="server" Name="verify_html"
Value="false" ID="Tinymceoption1"/>
<TMCE:TinyMCEOption runat="server"
Name="theme_advanced_statusbar_location" Value="'bottom'"
/>
<TMCE:TinyMCEOption runat="server"
Name="theme_advanced_resize_horizontal" Value="false" />
<TMCE:TinyMCEOption runat="server" Name="cleanup"
Value="false" />
<TMCE:TinyMCEOption runat="server" Name="plugins"
Value="'contentselector,paste,smilies,spellchecker'" />
<TMCE:TinyMCEOption runat="server"
Name="theme_advanced_buttons1_add" Value="'spellchecker'"
/>
<TMCE:TinyMCEOption runat="server" Name="doctype"
Value="'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&
gt;'" />
</TMCE:TinyMCE>
|
| Post Reply
|
| Re: Replacing TinyMCE IESpell checker with other spellchecker |
 |
Tue, 5 Dec 2006 18:09:22 +0000 |
That's it? I don't need an add-on or any thing?
|
| Post Reply
|
| Re: Replacing TinyMCE IESpell checker with other spellchecker |
 |
Tue, 5 Dec 2006 20:07:28 +0000 |
No, no. This is specific to Michael Trefry's Spellchecker addin for TinyMCE.
You'll need to grab that and install it first.
http://customcommunity.org/files/folders/addins/entry12.aspx
|
| Post Reply
|
|
|
|
|
|
|
|
|
|