2.4 | RTE initialization and rendering timeline

RTE Bootstrap timelime

Event API

Note: All the events described below are bubbling. Thus they can be caught on document Node.

EventEmitterDescription
crcDepMgrReadyCRC Root Element. If not specified explicitly this is the body node.Indicates that all dependencies are resolved, assigned resources are injected into head section and executed. If there are is asynchronous execution inside these injected resources they might not be finished or started at all.
crcReadyCRC Root Element. If not specified explicitly this is the body node.Fired if CRC has finshed processing and afterMainScript.js was called.
cifInitStartCRC Root Element. If not specified explicitly this is the body node.Fired after CIF has instantiated all Cubblescomponents on page and just before all assigned initial slot values are set.
cifInitReadyCRC Root Element. If not specified explicitly this is the body node.Fired after all assigned initial slot values are set on each Cubble component instances.
cifReadyCRC Root Element. If not specified explicitly this is the body node.Fired when all Cubble components are instantiated and slot initialization is done. The Cubbles component instances are now ready to use (including their javascript API).
cifDomUpdateReady
CRC Root Element. If not specified explicitly this is the body node.Replaces the cifReady event when Cubble components are dynamically added to DOM tree after initial CIF processing.