Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Attributes and Editor jscript events
Attributes and Editor jscript events
07-07-2005, 7:06 AM
salvo
Joined on 06-15-2005
Posts 7
Attributes and Editor jscript events
Reply
Quote
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