Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: oncommand in version 6.0
Re: oncommand in version 6.0
04-30-2007, 5:03 AM
ziv
Joined on 09-26-2006
Posts 15
Re: oncommand in version 6.0
Reply
Quote
thanks, found it.
function
CuteEditor_OnCommand(editor,command,ui,value){
alert(command);
}
View Complete Thread