Re: Problem with double click on Custom Button

  •  11-22-2007, 11:17 AM

    Re: Problem with double click on Custom Button

    CuteEditor handle the ondblclick , and try to ExecCommand("Testing")

    So please Use blank  command name :
    ctrlTest = ViewEditor.CreateCommandButton("", "test.gif", "Testing")
    ctrlTest.Attributes("onclick") = "Testing();"
    ViewEditor.InsertToolControl(1, "Testing", ctrlTest )
     
    Regards , Terry .
View Complete Thread