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/ajax.html | 85 ++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 public/bower_components/ckeditor/samples/old/ajax.html (limited to 'public/bower_components/ckeditor/samples/old/ajax.html') diff --git a/public/bower_components/ckeditor/samples/old/ajax.html b/public/bower_components/ckeditor/samples/old/ajax.html new file mode 100644 index 0000000..aebfd11 --- /dev/null +++ b/public/bower_components/ckeditor/samples/old/ajax.html @@ -0,0 +1,85 @@ + + + +
+ +
+ This sample shows how to create and destroy CKEditor instances on the fly. After the removal of CKEditor the content created inside the editing
+ area will be displayed in a <div>
element.
+
+ For details of how to create this setup check the source code of this sample page + for JavaScript code responsible for the creation and destruction of a CKEditor instance. +
+Click the buttons to create and remove a CKEditor instance.
++ + +
+ +