Re: error? Dialog box in Safari

  •  07-30-2012, 2:08 AM

    Re: error? Dialog box in Safari

    How do capture the Save Click Even in VB for CuteEditor ASP.NET
     
    If am doing the following but its not working
     
    If Editor1.TemplateItemList.Equals("Save") Then
                MsgBox("Save Clicked", MsgBoxStyle.Information, "Save Clicked")
    End If

View Complete Thread