Re: function CuteEditor_OnCommand

  •  06-09-2009, 12:36 PM

    Re: function CuteEditor_OnCommand

    Quick update:
     
    The line of code in the command event in the  "How To" should  be:
     

    if(command.toLowerCase()=="postback" &&value=="Save" && editor.id=="<%=Editor2.ClientID %>")

    This now work in my project, but still have an issue with the command not firing.
    Using the latest version and all code is within a User Control?

    Mark Redman
    Made4Print Limited
View Complete Thread