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 --- .../old/stylesheetparser/stylesheetparser.html | 85 ++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 public/bower_components/ckeditor/samples/old/stylesheetparser/stylesheetparser.html (limited to 'public/bower_components/ckeditor/samples/old/stylesheetparser/stylesheetparser.html') diff --git a/public/bower_components/ckeditor/samples/old/stylesheetparser/stylesheetparser.html b/public/bower_components/ckeditor/samples/old/stylesheetparser/stylesheetparser.html new file mode 100644 index 0000000..cca06f5 --- /dev/null +++ b/public/bower_components/ckeditor/samples/old/stylesheetparser/stylesheetparser.html @@ -0,0 +1,85 @@ + + + + + + Using Stylesheet Parser Plugin — CKEditor Sample + + + + + + + + + +

+ CKEditor Samples » Using the Stylesheet Parser Plugin +

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

+ This sample shows how to configure CKEditor instances to use the + Stylesheet Parser (stylesheetparser) plugin that fills + the Styles drop-down list based on the CSS rules available in the document stylesheet. +

+

+ To add a CKEditor instance using the stylesheetparser plugin, insert + the following JavaScript call into your code: +

+
+CKEDITOR.replace( 'textarea_id', {
+	extraPlugins: 'stylesheetparser'
+});
+

+ Note that textarea_id in the code above is the id attribute of + the <textarea> element to be replaced with CKEditor. +

+
+
+

+ + + +

+

+ +

+
+ + + -- cgit v1.2.3