Hello,
I'm looking for a possibility to lock some functionality in my page (saving e.g.) until the FCK editor on my page has finally loaded. Is there any callback/event/... I can use for this task or do I have to implement something like this on my own?
Regards,
Thomas
I'm looking for a possibility to lock some functionality in my page (saving e.g.) until the FCK editor on my page has finally loaded. Is there any callback/event/... I can use for this task or do I have to implement something like this on my own?
Regards,
Thomas

Re: Callback when FCK is loaded?
function FCKeditor_OnComplete( editorInstance ) { alert('FCKeditor is now loaded'); }Re: Callback when FCK is loaded?