This sample shows how to use the CKEditor Dialog API to customize CKEditor dialog windows without changing the original editor code. The following customizations are being done in the example below:
For details on how to create this setup check the source code of this sample page.
A custom dialog is added to the editors using the pluginsLoaded
event, from an external dialog definition file:
The below editor modify the dialog definition of the above added dialog using the dialogDefinition
event: