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();
});
My name is Dan Cramer. I’ve been working at TheraDoc for the past 4 years as a Software Developer. Most recently I’ve been doing a lot of application development using ColdFusion, ColdBox, jQuery, YUI and a bunch of other stuff. This notebook has been setup to document the stuff that I find so that 2 months(weeks) down the road when I forget what I’ve done, I can come back and look at it. And if it helps someone else in the process, then that’s just gravy.
Leave a reply