Capturing Enter Key event in Cute Editor

  •  03-23-2007, 5:16 AM

    Capturing Enter Key event in Cute Editor

    Hi
     
    I am using Cute Editor 5.0 in my program. I want to make the Enter key as default key for submitting the content which is entered into cute editor. So I want to know the possibility to capture the key press event for Enter key.
    ( I dont want to use the Enter key for going to next line, I will just type complete text then press Enter for submission)
     
    For example we can capture the Enter key event in Javascript with the condition
     
    if (event.keyCode == 13)
     
    So I want to know the information about capturing the Enter key event in Cute Editor.
     
    Any one please help me.
     
    Thanks in Advance
     
     
     
     
View Complete Thread