(New page: == IndentClasses == FCKeditor allows the use of CSS classes for block indentation. If you use this option the settings of [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Opti...) |
|||
Line 2: | Line 2: | ||
FCKeditor allows the use of CSS classes for block indentation. If you use this option the settings of [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/IndentLength|IndentLength]] and the [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/IndentUnit|IndentUnit]] will be override. Example: | FCKeditor allows the use of CSS classes for block indentation. If you use this option the settings of [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/IndentLength|IndentLength]] and the [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/IndentUnit|IndentUnit]] will be override. Example: | ||
− | <pre>FCKConfig.IndentClasses = [" | + | <pre>FCKConfig.IndentClasses = ["mycssstyles/indent.css/"] ; |
</pre> | </pre> |
Revision as of 13:41, 11 January 2008
IndentClasses
FCKeditor allows the use of CSS classes for block indentation. If you use this option the settings of IndentLength and the IndentUnit will be override. Example:
FCKConfig.IndentClasses = ["mycssstyles/indent.css/"] ;