Attributes and Editor jscript events

  •  07-07-2005, 7:06 AM

    Attributes and Editor jscript events

    I need to implement "onchange" client event in Editor object.
    In Page_Load event,  I’ve added the follow code:
    Editor1.Attributes.Add("onchange", "BtnSave.disabled = false;"), but the event not fire during execution.

    Thanks for any help
View Complete Thread