X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_samples%2Fstylesheetparser.html;fp=_samples%2Fstylesheetparser.html;h=0000000000000000000000000000000000000000;hb=4625dba05116026713fee9008dd93306be0d1553;hp=c08b005ecc2591c73f690d296556103ee2c44775;hpb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;p=ckeditor.git diff --git a/_samples/stylesheetparser.html b/_samples/stylesheetparser.html deleted file mode 100644 index c08b005..0000000 --- a/_samples/stylesheetparser.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - Using Stylesheet Parser Plugin — CKEditor Sample - - - - - - -

- CKEditor Sample — Using the Stylesheet Parser Plugin -

-
-

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

-
- - -
- -
-
-

- - - -

-

- -

-
- - -