Hi Mustafa,

Am 19.08.2010 17:38, schrieb Mustafa Sak:
> Is their any way to show tooltip or may be a small widget with mouse
> events to show meta data of remote table rows?
 >
> I mean if no tooltip support exists, how could a custom class look like
> to bind a widget to mouse movements and more important how to determine
> that the mouse is over a specific cell / row ?
Since all table cells are no widgets ("just" plain HTML) you have to 
implement the event handlers in a special cellrenderer, I guess.

The cellrenderer should implement a certain mouse event handler (e.g. 
"mouseover") and should call your method to be able to show a tooltip.

cheers,
   Alex

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to