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/replacebycode.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 public/bower_components/ckeditor/samples/old/replacebycode.html (limited to 'public/bower_components/ckeditor/samples/old/replacebycode.html') diff --git a/public/bower_components/ckeditor/samples/old/replacebycode.html b/public/bower_components/ckeditor/samples/old/replacebycode.html new file mode 100644 index 0000000..4309edf --- /dev/null +++ b/public/bower_components/ckeditor/samples/old/replacebycode.html @@ -0,0 +1,59 @@ + + + + + + Replace Textarea by Code — CKEditor Sample + + + + +

+ CKEditor Samples » Replace Textarea Elements Using JavaScript Code +

+
+ This sample is not maintained anymore. Check out its brand new version in CKEditor SDK. +
+
+
+

+ This editor is using an <iframe> element-based editing area, provided by the Wysiwygarea plugin. +

+
+CKEDITOR.replace( 'textarea_id' )
+
+
+ + +

+ +

+
+ + + -- cgit v1.2.3