Re: CustomAddons

  •  01-22-2009, 12:48 PM

    Re: CustomAddons

    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