(New page: == ShiftEnterMode == Sets the behavior for when the enter key is pressed while shift is held down.<br> Accepted values are 'p', 'div', and 'br'.<br> Example: <pre>FCKConfig.EnterMode = 'p...) |
|||
Line 1: | Line 1: | ||
− | + | Sets the behavior for when the enter key is pressed while shift is held down.<br> Accepted values are 'p', 'div', and 'br'. | |
− | + | Example: | |
− | <pre>FCKConfig. | + | <pre>FCKConfig.ShiftEnterMode = 'p' ; |
</pre> | </pre> |
Latest revision as of 15:33, 24 July 2009
Sets the behavior for when the enter key is pressed while shift is held down.
Accepted values are 'p', 'div', and 'br'.
Example:
FCKConfig.ShiftEnterMode = 'p' ;