Hello
How would i go about making querycommands in CKEditor?
I can do something like this:
var x = CKEDITOR.currentInstance;
x.execCommand("bold");
To change the state of bold, but how do i get the state?
Is there a list of the possible commands to use instead of "bold"?
Thanks.
