Question Editor API Events
editor:ready
Triggered when the editor has finished loading all of the Global Layout
components (e.g. tile view/editor view). For example, it is triggered when init()
or reset()
have successfully completed.
Note if you bind editor:ready
in the readyListener, the editor:ready
event will not be fired on the initial load of the editor. This is because the editor:ready
event is fired before the readyListener
event.