I want to add a feature to a page where I'm using SQLTABLE to display some 
of the columns of a db table.  I want to add tooltips to some of the 
columns I'm displaying. and I want to create those tooltips from columns 
I'm not displaying.  Is there a way to do that still using SQLTABLE, or do 
I have to do my own translation of rows into HTML?

The two ways of doing tooltips for table cells that I know of are the title 
attribute and span-and-hover technique.  The title attribute could be set 
with kwargs, but doing that wouldn't be row-specific.

Tanks a lot.

/dps

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/21dfdcd6-f57f-42b3-a3b7-b24f6fef8833n%40googlegroups.com.

Reply via email to