What can I do when I retrive the event object from dbclick?
obj.setEvent("ondblclick", function(event){
alert(event);
});
Here,what's the properties of the event object?How can I get some selected row/cell information from this event object?
alert(event);
});
Here,what's the properties of the event object?How can I get some selected row/cell information from this event object?
Steven
June 4,