From 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Jul 2018 19:06:45 +0200 Subject: Fixed many permissions and began admin interface --- .../ckeditor/samples/old/dialog/dialog.html | 190 +++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 public/bower_components/ckeditor/samples/old/dialog/dialog.html (limited to 'public/bower_components/ckeditor/samples/old/dialog/dialog.html') diff --git a/public/bower_components/ckeditor/samples/old/dialog/dialog.html b/public/bower_components/ckeditor/samples/old/dialog/dialog.html new file mode 100644 index 0000000..b636fdd --- /dev/null +++ b/public/bower_components/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: