Hi all
Is there a way to attach a function to a JS event for when the editor is loaded? I ask because I'm trying to make it a jQuery drop target, which means I need to be able to get to its components after loading (at the moment it can't find them because CKEditor hasn't finished putting itself on the page). At the end I should be able to drag in and drop HTML elements.
Thanks in advance