A class mimicking the old CKCode entrypoint.
Configure CKCode.
The CKCode settings.
Static
Get all instances of CKCode on the page.
The tag to search for.
An array of CKCode instances.
Convert legacy settings to new settings.
The legacy settings.
The new settings.
This is roughly equivalent to JQuery's $(document).ready(). It will call the callback when the DOM is ready.
$(document).ready()
The callback to call when the DOM is ready.
Generated using TypeDoc
A class mimicking the old CKCode entrypoint.