oncommand in version 6.0

  •  04-30-2007, 4:48 AM

    oncommand in version 6.0

    in version 5 i've used this code on server side to capture (on client) any click on any toolbar button:

    Editor1.Attributes["oncommand"] = "return HandleEditorCommand(this)";

    on client side i used to capture the pressed button with:

    alert (event.command);
     
     
    now, in version 6 it does not work..
    how to accoplish this ?
     
    Thanks,
     
    Ziv
     
     
View Complete Thread