(New page: == SkinPath == This option allows you to change the default skin of the FCKeditor. You may choose from three built-in skins: '''default''', '''office2003''' and '''silver'''. To change th...) |
|||
Line 1: | Line 1: | ||
== SkinPath == | == SkinPath == | ||
− | This option allows you to change the default skin of the FCKeditor. You may choose from three built-in skins: '''default''' | + | This option allows you to change the default skin of the FCKeditor. You may choose from three built-in skins: |
+ | |||
+ | * '''default''' | ||
+ | * '''office2003''' | ||
+ | * '''silver''' | ||
+ | |||
+ | To change the skin simply point to the skins path. | ||
Example: | Example: | ||
<pre>FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/silver/' ; | <pre>FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/silver/' ; | ||
</pre> | </pre> |
Latest revision as of 13:41, 15 January 2008
SkinPath
This option allows you to change the default skin of the FCKeditor. You may choose from three built-in skins:
- default
- office2003
- silver
To change the skin simply point to the skins path.
Example:
FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/silver/' ;