CTRL + Z doesn't work

  •  04-19-2006, 7:48 PM

    CTRL + Z doesn't work

    Whenever I press CTRL+Z I get a javascript Error "Object does not support this property or method".  It then goes on to put a "z" in the editor text.  What am I doing wrong here.
     
    Here's my code.
    Dim editor
    Set editor = New CuteEditor
    editor.ID = "CURRENTSTATUSMEMO"
    editor.Text = CURRENTSTATUSMEMO
    editor.FilesPath = "/Baselines/CuteEditor_Files"
    editor.EditorBodyStyle = "table { font:normal 12px arial; }"
    editor.AutoConfigure = "Baselines"
    editor.MaxHTMLLength = "31500"
    editor.EditorOnPaste = "PasteText"
    editor.EditorWysiwygModeCss = "/Baselines/style.css"
    editor.Draw()
View Complete Thread