(New page: == EditorAreaStyles == You can precisely simulate the output of your site inside FCKeditor, including background colors, font styles and sizes. The '''EditorAreaStyles''' option is simila...) |
(No difference)
|
Revision as of 14:15, 22 January 2008
EditorAreaStyles
You can precisely simulate the output of your site inside FCKeditor, including background colors, font styles and sizes. The EditorAreaStyles option is similar to EditorAreaCSS. The difference is that you define your custom style inside the configuration file. For example:
FCKConfig.EditorAreaStyles = 'body { color: Grey } h1 { color: Orange }';