:: Forum >> Version 1 >>
MouseOver event
More information on this topic is available in the documentation section:
/aw.ui.grid/row-mouse-events.html.
row.setEvent("onmouseover", "mouseover(this, 'active-row-highlight')");
row.setEvent("onmouseout", "mouseout(this, 'active-row-highlight')");
obj.onRowMouseOver = function(event, rowIndex){
alert('this is test');
alert(this.getRowPosition(rowIndex));
};
I am unable to get the alert using onRowMouseOver, is there any alternative ?
Ankur
Friday, February 9, 2007
This topic is archived.
Back to /aw.ui.grid/row-mouse-events.html
Documentation:
Forum search