(New page: == StylesXmlPath == This option contains the information regarding to the path of the XML file with the style definitions. Code: <pre> FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'f...) |
|||
Line 1: | Line 1: | ||
== StylesXmlPath == | == StylesXmlPath == | ||
− | This option | + | This option sets the path to the XML file wich contains the style definitions. |
+ | |||
Code: | Code: | ||
− | <pre> | + | <pre>FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ; |
− | FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ; | ||
</pre> | </pre> |
Revision as of 14:25, 15 January 2008
StylesXmlPath
This option sets the path to the XML file wich contains the style definitions.
Code:
FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ;