3.2.0

Urgent please - Change row content onMouseOver

Hello,
I was wondering if someone can give me a code how to make a row content change when mouse is over(the changing is that links need to be added under the row text).
Thanks a lot, it's very urgent.

Roy :)
September 4,
I would suggest instead of changing the row content - just show/hide links (text underline) with css -

.aw-grid-row a {text-decoration: none}
.aw-mouseover-row a {text-decoration: underline}
Alex (ActiveWidgets)
September 4,
Hello Alex
I think what you've suggested would work, but I didnt understand how to do it, can you give more details? I should put these lines in the CSS files, and what should I put in the html?
Thanks a lot
Roy :)
September 5,
<a href='...'>...</a> tags or link template -

http://www.activewidgets.com/aw.ui.grid/cell-link.html
Alex (ActiveWidgets)
September 5,
Hey Alex
You think you didn't understand what I mean, It is supposed to be like this (for example of course):
Cell that contain text like -
<td> Pic1 </td> <td> Pic2 </td>
when mouse is over, a link are added underneath the text so it's like
<td> Pic1 <br> <a href="print.htm">Print</a> </td> <td> Pic2 <br> <a href="print2.htm">Print</a> </td>
and the changes are made for the whole row, not just a single cell.
Thanks
Roy
September 6,

This topic is archived.

See also:


Back to support forum