X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/e7f8fb547940c134de50db80ffaf54be1135ca7b..fbd145a2acd338b7bb7d152fa24692d8ff3e6b4c:/skins/ckeditor/samples/plugins/dialog/dialog.html diff --git a/skins/ckeditor/samples/plugins/dialog/dialog.html b/skins/ckeditor/samples/plugins/dialog/dialog.html deleted file mode 100644 index df09d25..0000000 --- a/skins/ckeditor/samples/plugins/dialog/dialog.html +++ /dev/null @@ -1,187 +0,0 @@ - - - -
- -- 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: