Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Add custom button
Re: Add custom button
03-07-2006, 11:08 AM
jselnekovic
Joined on 02-27-2006
Posts 5
Re: Add custom button
Reply
Quote
Did you connect the button to a JavaScript function?
ctrl.Attributes[
"onclick"
] =
"DoSomething(this)"
;
View Complete Thread