(New page: == FormatIndentator == This is the indentation string used by the editor when formatting the XHTML output (see [[FCKeditor 2.x\Developers Guide\Configuration\Configuration Options\FormatO...) |
|||
Line 1: | Line 1: | ||
== FormatIndentator == | == FormatIndentator == | ||
− | This is the indentation string used by the editor when formatting the XHTML output (see [[FCKeditor 2.x | + | This is the indentation string used by the editor when formatting the XHTML output (see [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/FormatOutput|FormatOutput]] and [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/FormatSource|FormatSource]]). Normal values are four spaces (' '), tab ('\t') and single space (' ').<br> Example:<br> |
<pre>FCKConfig.FormatIndentator = ' ' ;</pre> | <pre>FCKConfig.FormatIndentator = ' ' ;</pre> |
Latest revision as of 21:21, 9 January 2008
FormatIndentator
This is the indentation string used by the editor when formatting the XHTML output (see FormatOutput and FormatSource). Normal values are four spaces (' '), tab ('\t') and single space (' ').
Example:
FCKConfig.FormatIndentator = ' ' ;