(New page: == TabSpaces == The TabSpaces function determines how many "spaces" will the cursor move or strictly speaking how many "<nowiki> </nowiki>" will appear in the text when pressing ...) |
|||
Line 1: | Line 1: | ||
== TabSpaces == | == TabSpaces == | ||
− | The TabSpaces function determines how many "spaces" will the cursor move or strictly speaking how many "<nowiki>&nbsp;</nowiki>" will appear in the | + | The TabSpaces function determines how many "spaces" will the cursor move or strictly speaking how many "<nowiki>&nbsp;</nowiki>" will appear in the HTML when pressing "TAB" on your keyboard. By default it is set to "0" so no action is taken when pressing the "TAB" button. |
Example: | Example: | ||
<pre>FCKConfig.TabSpaces = 5 ; | <pre>FCKConfig.TabSpaces = 5 ; | ||
</pre> | </pre> |
Latest revision as of 10:51, 16 January 2008
TabSpaces
The TabSpaces function determines how many "spaces" will the cursor move or strictly speaking how many " " will appear in the HTML when pressing "TAB" on your keyboard. By default it is set to "0" so no action is taken when pressing the "TAB" button.
Example:
FCKConfig.TabSpaces = 5 ;