1. Download the plugin (see Below), unzip it and copy the files to the /CKEditor/plugins/ASPSpellCheck directory in your website.
2.In /CKEditor/config.js register the plugin using this code:
3. Edit your CKEditor ToolBar and replace SpellChecker with ASPSpellCheck button.
e.g:
4. Add CKEditor to your page as normal.
Good luck and enjoy.
2.In /CKEditor/config.js register the plugin using this code:
config.extraPlugins = 'ASPSpellCheck';
3. Edit your CKEditor ToolBar and replace SpellChecker with ASPSpellCheck button.
e.g:
editor = CKEDITOR.appendTo( 'wysiwyg', { skin : 'v2', width : <%=pageMainSize%>, removePlugins: 'elementspath', resize_enabled: false, enterMode: 2, // 1 = <P>, 2= <BR>, 3 = <DIV> shiftEnterMode: 1, // 1 = <P>, 2= <BR>, 3 = <DIV> toolbar: [ ['Source','Preview','ASPSpellCheck'], ['Cut','Copy','Paste','PasteText','PasteFromWord','Print'], ['Undo','Redo','Find','Replace','SelectAll','RemoveFormat'], ['BidiLtr', 'BidiRtl'], ['Bold','Italic','Underline','Strike','Subscript','Superscript'], ['NumberedList','BulletedList','Outdent','Indent','Blockquote','CreateDiv'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['Link','Unlink','Anchor'], ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar'], ['TextColor','BGColor'], ['Maximize', 'ShowBlocks','About'], '/', ['Format','Font','FontSize'] ] });
4. Add CKEditor to your page as normal.
Good luck and enjoy.
Re: Solution: ASPSpellCheck plugin for CKEditor
Thanks,
Sufiyan Ansari
Re: Solution: ASPSpellCheck plugin for CKEditor
The Zip file only includes the files needed for the plugin to work and assumes that you already have ASPSpellCheck installed and working. If you do not have those files yet you can download them from the website at http://www.aspspellcheck.com/.
Re: Solution: ASPSpellCheck plugin for CKEditor
The ASPSpellCheck plug-in has been updated for ease of use and compatibility.
Updated Instructions
1. Download the plugin (see Below), unzip it and copy the files to the /CKEditor/plugins/ASPSpellCheck directory in your website.
2. Download ASPSpellCheck : http://www.aspspellcheck.com and Install it.
3. In /CKEditor/config.js register the plugin using this code:
4. Edit your CKEditor ToolBar and replace SpellChecker with ASPSpellCheck button. You can also do this in /CKEditor/config.js
Attachments:
Re: Solution: ASPSpellCheck plugin for CKEditor
The ASPSpellCheck plug-in has been updated to work on pages with multiple iframes regardless of their names. Before it would only work with multiple iframes if they were named like this:
Updated Instructions
1. Download the plugin (see Below), unzip it and copy the files to the /CKEditor/plugins/ASPSpellCheck directory in your website.
2. Download ASPSpellCheck : http://www.aspspellcheck.com and Install it.
3. In /CKEditor/config.js register the plugin using this code:
4. Edit your CKEditor ToolBar and replace SpellChecker with ASPSpellCheck button. You can also do this in /CKEditor/config.js
Attachments: