Re: Is there a way to "select none" before the PasteHTML command

  •  10-04-2005, 1:19 PM

    Re: Is there a way to "select none" before the PasteHTML command

    Thanks for the quick response, Adam.
     
    Unfortunately, the page that you referenced doesn't include an example for a "SelectNone" command. I tried the following with no luck:
    CuteEditor_GetEditor(this).ExecCommand('SelectNone',false,'')
    CuteEditor_GetEditor(this).ExecCommand('SelectNone')
    CuteEditor_GetEditor(this).ExecCommand('selectnone')
    CuteEditor_GetEditor(this).SelectNone
    CuteEditor_GetEditor(this).SelectNone()
     
    Could you provide an example demonstrating how to select none?
     
    Thanks,
     
    James
View Complete Thread