X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/js/ckeditor/samples/old/dialog/dialog.html diff --git a/js/ckeditor/samples/old/dialog/dialog.html b/js/ckeditor/samples/old/dialog/dialog.html new file mode 100644 index 000000000..0f22a1ac4 --- /dev/null +++ b/js/ckeditor/samples/old/dialog/dialog.html @@ -0,0 +1,190 @@ + + + +
+ ++ 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: