(New page: == BrowserContextMenuOnCtrl == This option, if set to '''true''' makes it possible to display the default browser's context menu when right-clicking with the CTRL key pressed. <br> CODE: ...) |
|||
Line 1: | Line 1: | ||
− | + | This option, if set to '''true''' makes it possible to display the default browser's context menu when right-clicking with the CTRL key pressed. | |
− | + | For example: | |
− | + | <pre>FCKConfig.BrowserContextMenuOnCtrl = false ; | |
− | <pre> | + | </pre> |
− | FCKConfig.BrowserContextMenuOnCtrl = false ; | + | '''NOTE''': Use it at your own risk, as end users may improperly use context menu options that can interfere in the editor normal behavior. |
− | </pre> | ||
− | |||
− | '''NOTE''':Use it at your own risk, as end users may improperly use context menu options that can interfere in the editor normal behavior. |
Latest revision as of 14:01, 8 March 2008
This option, if set to true makes it possible to display the default browser's context menu when right-clicking with the CTRL key pressed.
For example:
FCKConfig.BrowserContextMenuOnCtrl = false ;
NOTE: Use it at your own risk, as end users may improperly use context menu options that can interfere in the editor normal behavior.