(Article contents added) |
(Title modified) |
||
Line 1: | Line 1: | ||
− | {{#CUSTOMTITLE:How Do I Add Existing CSS Styles from an External File to the Styles Drop-Down List?}} | + | {{#CUSTOMTITLE:How Do I Add Existing CSS Styles from an External File to Editor Output and the Styles Drop-Down List?}} |
CKEditor 3.6 and later includes the '''Stylesheet Parser''' (<code>stylesheetparser</code>) plugin that can be used to point to an external CSS stylesheet containing style definitions. It will help you use existing CSS styles and display them in the '''Styles''' drop-down list without a need to define them specifically for CKEditor as [[CKEditor_3.x/Howto/Styles_List_Customization|described here]]. | CKEditor 3.6 and later includes the '''Stylesheet Parser''' (<code>stylesheetparser</code>) plugin that can be used to point to an external CSS stylesheet containing style definitions. It will help you use existing CSS styles and display them in the '''Styles''' drop-down list without a need to define them specifically for CKEditor as [[CKEditor_3.x/Howto/Styles_List_Customization|described here]]. | ||
For more information on using the plugin refer to the [[CKEditor_3.x/Developers_Guide/Styles#Stylesheet_Parser_Plugin|Stylesheet Parser Plugin]] section of the Developer's Guide and check the "Stylesheet Parser plugin" (<code>stylesheetparser.html</code>) sample from the <code>_samples</code> folder of your CKEditor installation package. | For more information on using the plugin refer to the [[CKEditor_3.x/Developers_Guide/Styles#Stylesheet_Parser_Plugin|Stylesheet Parser Plugin]] section of the Developer's Guide and check the "Stylesheet Parser plugin" (<code>stylesheetparser.html</code>) sample from the <code>_samples</code> folder of your CKEditor installation package. |
Latest revision as of 11:03, 15 July 2011
CKEditor 3.6 and later includes the Stylesheet Parser (stylesheetparser
) plugin that can be used to point to an external CSS stylesheet containing style definitions. It will help you use existing CSS styles and display them in the Styles drop-down list without a need to define them specifically for CKEditor as described here.
For more information on using the plugin refer to the Stylesheet Parser Plugin section of the Developer's Guide and check the "Stylesheet Parser plugin" (stylesheetparser.html
) sample from the _samples
folder of your CKEditor installation package.