Trying to integrate overlib
I'm trying to integrate the excellent overlib package ( http://www.bosrup.com/web/overlib/ ) into the grid so I can display arbitrary data in a popup when the mouse goes over a specific item.
I can get the mouseover event handling to work fine, however I need to know which row I'm over so I can display the right popup data. What is the best way to do this?
I've looked at the dispatch() method in html.js, and it appears to parse out the id to figure out which action handler to call. Is there another method to generally resolve an id to the ActiveWidgets object it represents (not the DOM object)? I'd rather not break the encapsulation of what you're doing if I can.
PS - Could you please document your event model and how it bubbles? It's not clear to me that it's exactly the same as the javascript event model, and I would greatly appreciate more edification! ;)
Excellent product, thank you!
I can get the mouseover event handling to work fine, however I need to know which row I'm over so I can display the right popup data. What is the best way to do this?
I've looked at the dispatch() method in html.js, and it appears to parse out the id to figure out which action handler to call. Is there another method to generally resolve an id to the ActiveWidgets object it represents (not the DOM object)? I'd rather not break the encapsulation of what you're doing if I can.
PS - Could you please document your event model and how it bubbles? It's not clear to me that it's exactly the same as the javascript event model, and I would greatly appreciate more edification! ;)
Excellent product, thank you!
Robert
April 1,