Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: CustomAddons
Re: CustomAddons
01-22-2009, 12:48 PM
MuraliC
Joined on 01-22-2009
Posts 23
Re: CustomAddons
Reply
Quote
use Command=""MyCmd"" for first button, Command=""MyCmd1"" for second button.
give seperate functions under javascript.
function
CuteEditor_OnCommand(editor,command,ui,value)
{
if
(command==
"MyCmd"
)
{
}
if(commane=="MyCmd1")
{
}
}
it works.
View Complete Thread