X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/871bad8291b6dbc29d489d95d185458caab25158..14d450d78a2d67ec1decd64c928151851961dd36:/_samples/stylesheetparser.html diff --git a/_samples/stylesheetparser.html b/_samples/stylesheetparser.html deleted file mode 100644 index a938802..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. -

-
- - -
- -
-
-

- - - -

-

- -

-
- - -