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
Re: Solution: ASPSpellCheck plugin for CKEditor
http://www.aspspellcheck.comInstall
Attachments:
Re: Solution: ASPSpellCheck plugin for CKEditor
http://www.aspspellcheck.comInstall
Attachments: