Maybe attach the handler to the table and get the cell source when the event is triggered.
Get the row index from the returned cell, remove all highlight style from the table and add a highlight style to the row. Not sure how efficient this would be though given the event would need to be handled every time the cursor moves a pixel :) Would be interested to hear other ideas. Perhaps experimenting with mouseOver will yield better results though I am not whether mouseOver events continuously fire if the cursor is left in the handling area. I don't think they do but thats just a guess :P Cheers, Matt On May 7, 4:41 am, SVR <[email protected]> wrote: > Has anybody tried implementing MouseMove to highlight rows of the table? If > so, can you please share your ideas? > thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
