Question Editor API Initialization
readyListener()
Function to be called when the API has been successfully initialised.
In most circumstances, before calling any public method, or listening to any public event, you should always wait until readyListener
is fired.
There may be some events though, which can be fired earlier depending on the global layout and starting view.
Arguments
None.
Return value
None (undefined
).