The forum operates in read-only mode. Please head to StackOverflow for support.
I want to be able to programmatically select "blockquote" when the editor is loaded.This works in firebug:
CKEDITOR.instances.theInstance.execCommand("blockquote");
Re: Programatically Set Formatting Option