CKEDITOR, calling the FullScreen Action outside of the CKEDITOR

ckeditor, javascript

Solution

I think it is possible, have you tried the solution here: http://cksource.com/forums/viewtopic.php?f=11&t=14319

It would probably be something like:

var editor = CKEDITOR.instances[instanceName];
editor.execCommand('maximize');

Problem

Anyone with CKEDitor experience know if it is possible to use JavaScript to call with Full Screen function/action outside of the CKEDITOR? thanks

Original source