editorOnPaste does not trigger anything...

  •  02-09-2006, 1:30 PM

    editorOnPaste does not trigger anything...

    On version 5 of CuteEditor for ASP I put:
       Set editor = New CuteEditor   
       editor.ID = "Editor1"
       editor.Text = "Type here"
       editor.FilesPath = "CuteEditor_Files"
       editor.EditorBodyStyle = "table { font:normal 12px arial; }"
       editor.EditorWysiwygModeCss = "asp.css"
       editor.EditorOnPaste="ConfirmWord"
     
    So I expect a confirmation dialog when I paste from Word, like the one that works for the .NET version.
    BUT it doesn't. It just paste the same way, no matter what I write inside editoronpaste property ...
    Please help!!!
    Thanks,
    Chet.
View Complete Thread