- Previous thread: qooxdoo-devel - Short advcice about layouting
- Next thread: qooxdoo-devel - Table changeVisibility events
- Threads sorted by date: javascript 201007
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;}
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;}
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
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
Related Threads
- [users] Write Error on Impress - openoffice
- Ruby Threads in Windows - ruby
- [GENERAL] Error in starting Postgresql... - pgsql
- [Bug c++/38031] New: g++ template with overloaded function behave differently on "g++ 4.3.2" and "g++ 3.4.6" - gcc
- UUCP job killed - gcc
- virtualbox error - debian
- Re: OpenOfficeWriter: Switch between 1 and 2 columns - fedora
- tzdata in FC10 is older than the one in FC9 - fedora
- leap second - mysql
- how do you run ruby on windows - ruby
- [HACKERS] Cool hack with recursive queries - pgsql
- [PHP] Can GD make a JPG thumbnail of a PDF? - php