X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ckeditor.git/blobdiff_plain/e11f66eb655db8339a2d9b197b89f6c3b26099e1..579f65bc95a773bc6f8da75f6849ea49f365368b:/skins/ckeditor/_samples/stylesheetparser.html diff --git a/skins/ckeditor/_samples/stylesheetparser.html b/skins/ckeditor/_samples/stylesheetparser.html deleted file mode 100644 index a938802..0000000 --- a/skins/ckeditor/_samples/stylesheetparser.html +++ /dev/null @@ -1,93 +0,0 @@ - - - -
-
- 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.
-