__doPostBack to Editor?

  •  11-11-2010, 5:11 AM

    __doPostBack to Editor?

    From javascript, using __doPostBack(object,argument);
     
    What do I specify as 'object' so that the cuteeditors' OnPostBackCommand event gets fired?
     
    What do I specify as 'argument' so that the OnPostBackCommand event recieves the same style of CommandEventArgs as the Save button posts back?
View Complete Thread