X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fassets%2Fplugins%2Fckeditor%2Fsamples%2Fold%2Fstylesheetparser%2Fstylesheetparser.html;h=ccd2fa5b2ebaa4ea3a07477a69949bb6b41138f9;hb=221ba7c2ffc043570bbad1e8f0d6074fb4ff1fb0;hp=b783be92f483a5586a4d095219d628da4381f358;hpb=5d92478b1cb7479f39a43973775a6f6147fba8ac;p=motion.git diff --git a/public/assets/plugins/ckeditor/samples/old/stylesheetparser/stylesheetparser.html b/public/assets/plugins/ckeditor/samples/old/stylesheetparser/stylesheetparser.html index b783be9..ccd2fa5 100644 --- a/public/assets/plugins/ckeditor/samples/old/stylesheetparser/stylesheetparser.html +++ b/public/assets/plugins/ckeditor/samples/old/stylesheetparser/stylesheetparser.html @@ -1,85 +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. -

-
-
-

- - - -

-

- -

-
- - - + + + + + + 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. +

+
+
+

+ + + +

+

+ +

+
+ + +