Dan Cramer

The occasional thought on the stuff I think about

Code Style test

this.itemDataTable.subscribe("rowMouseoverEvent", this.itemDataTable.onEventHighlightRow);
this.itemDataTable.subscribe("rowMouseoutEvent", this.itemDataTable.onEventUnhighlightRow);
this.itemDataTable.subscribe("rowClickEvent", this.itemDataTable.onEventSelectRow);
this.itemDataTable.subscribe("rowSelectEvent", function(oArgs){
    this.clearTextSelection();
});



Categorized as Site News

Leave a Reply