You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is an issue or something that I am doing wrong since I am a newbie at using CKEditor and Jquery spell checker. However, If someone knows and obvious answer to this question I would appreciate the help.
When I click on the spell check button, Firebug returns the errors below. How is commands initialized? It is always undefined.
TypeError: this.editor.commands is undefined
..rPaste');},0);},null,null,1000);y.on('pasteDialog',function(A){setTimeout(functi...
TypeError: this.editor.commands is undefined
this.editor.commands.jqueryspellchecker.toggleState();
The text was updated successfully, but these errors were encountered:
I'm not sure if this is an issue or something that I am doing wrong since I am a newbie at using CKEditor and Jquery spell checker. However, If someone knows and obvious answer to this question I would appreciate the help.
When I click on the spell check button, Firebug returns the errors below. How is commands initialized? It is always undefined.
TypeError: this.editor.commands is undefined
..rPaste');},0);},null,null,1000);y.on('pasteDialog',function(A){setTimeout(functi...
TypeError: this.editor.commands is undefined
this.editor.commands.jqueryspellchecker.toggleState();
The text was updated successfully, but these errors were encountered: