Re: Get a serverside reference to the Save button

  •  02-12-2009, 2:53 PM

    Re: Get a serverside reference to the Save button

    Hi Adam,
     
    The function...
     
      function CuteEditor_OnCommand(editor,command,ui,value)
      {
      
      alert("Got here");
      
      } 
     
    is not firing when I click the save button?
     
View Complete Thread