I am migrating to CKeditor3 from FCKEditor 2.6. Using Fckeditor, you would know that the editor was intialized via the FCKEditor_onComplete function. There does not seem to be a CKEditor_onComplete call in version 3.0. How do you know when the editor has initialized completely?
- Steve
- Steve
Re: onComplete for CKeditor 3
Re: onComplete for CKeditor 3
You can find this answer in several other posts. You can use the instanceReady event: http://alfonsoml.blogspot.com/2009/09/c ... vents.html
Re: onComplete for CKeditor 3
thanks
for purpose exemple:
Re: onComplete for CKeditor 3
And there's a configuration option to start the editor in source mode, so for that example you don't need any event handler at all.