Re: qooxdoo-devel - Tooltip on the table cell

by Marta Smithon 2010-07-21T14:45:57+00:00
Hi all,
sorry to hijack this thread, but my question is related to this, so I didn't
want to start yet another ToolTip thread.
I would like to know if setting a tooltip to individual table cells is
possible or not? I have a table with 5 column. Column 2 contains a long
description. I would like each cell in Column2 to have its own tooltip I can
manually set. Is this possible?
Best regards,
-Marta
Hi all,sorry to hijack this thread, but my question is related to this, so I didn't want to start yet another ToolTip thread.I would like to know if setting a tooltip to individual table cells is possible or not? I have a table with 5 column. Column 2 contains a long description. I would like each cell in Column2 to have its own tooltip I can manually set. Is this possible?
Best regards,-Marta#avg-ls-inline-popup { position:absolute; z-index:9999; padding: 0px 0px; margin-left: 0px; margin-top: 0px; width: 240px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 13px;}

Re: qooxdoo-devel - Tooltip on the table cell

by Derrell Lipmanon 2010-07-21T16:11:30+00:00.
On Wed, Jul 21, 2010 at 10:45, Marta Smith wrote:
Since the cells of a table are directly rendered using HTML generated by the
cell renderer, they are not widgets and therefore don't have the built-in
features that widgets provide. You can certainly extend a cell renderer and
add an onmouseover event to display a custom tool tip, and onmouseout event
to remove the tool tip, but it is entirely up to the cell renderer to do
that.
Cheers,
Derrell
I would like to know if setting a tooltip to individual table cells is possible or not? I have a table with 5 column. Column 2 contains a long description. I would like each cell in Column2 to have its own tooltip I can manually set. Is this possible?
Since the cells of a table are directly rendered using HTML generated by the cell renderer, they are not widgets and therefore don't have the built-in features that widgets provide. You can certainly extend a cell renderer and add an onmouseover event to display a custom tool tip, and onmouseout event to remove the tool tip, but it is entirely up to the cell renderer to do that.
Cheers,Derrell