Client events in Editor object

  •  07-19-2005, 5:05 AM

    Client events in Editor object

    How can I implement "onxxxxx" client event in Editor object?

    I've added Editor1.Attributes.Add("onchange", "some_action();"), but the event don't fires during execution.
     
    This is my 2nd post about argument...
View Complete Thread