Disable Ctrl + B and Ctrl + I keystrokes

  •  04-11-2007, 7:09 AM

    Disable Ctrl + B and Ctrl + I keystrokes


    the following line of code disables bold and italic buttons:

    TheCuteEditor.DisableItemList = "bold,italic";

    Unfortunately, it doesn't disable pressing Ctrl + B or Ctrl + I in the text-area. I guess that The CuteEditor catches these onkeypress events and formats accordingly.

    How to disable this?  Otherwise, the user will be able to use bold and italic even when the buttons are disabled

View Complete Thread