GrailsUI (YUI) data table hover event

Posted by bsreekanth on Stack Overflow See other posts from Stack Overflow or by bsreekanth
Published on 2010-06-02T20:05:53Z Indexed on 2010/06/02 21:34 UTC
Read the original article Hit count: 459

Hello,
How to make the data table rows change color as hover over it. The YUI example is here link text

I tried something like

    <script>
  GRAILSUI.myDataTable.subscribe("rowMouseoverEvent", GRAILSUI.myDataTable.onEventHighlightRow);
  GRAILSUI.myDataTable.subscribe("rowMouseoutEvent", GRAILSUI.myDataTable.onEventUnhighlightRow);
  GRAILSUI.myDataTable.subscribe("rowClickEvent", GRAILSUI.myDataTable.onEventSelectRow);
</script>

thanks,

© Stack Overflow or respective owner

Related posts about grails

Related posts about grails-plugin