(New page: == EnterMode == This option sets the behavior for when the enter key is pressed.<br> Accepted values are 'p', 'div', and 'br'.<br> Example: <pre> FCKConfig.EnterMode = 'p' ; </pre>) |
|||
| Line 1: | Line 1: | ||
== EnterMode == | == EnterMode == | ||
| − | This option sets the behavior for when the enter key is pressed. | + | This option sets the behavior for when the enter key is pressed. Accepted values are 'p', 'div', and 'br'.<br> Example: |
| − | Accepted values are 'p', 'div', and 'br'.<br> | + | <pre>FCKConfig.EnterMode = 'p' ; |
| − | Example: | ||
| − | <pre> | ||
| − | FCKConfig.EnterMode = 'p' ; | ||
</pre> | </pre> | ||
Revision as of 21:15, 9 January 2008
EnterMode
This option sets the behavior for when the enter key is pressed. Accepted values are 'p', 'div', and 'br'.
Example:
FCKConfig.EnterMode = 'p' ;