Menu

#1 onmouseover and onmouseout in <table:tr>

open
nobody
5
2003-12-01
2003-12-01
David Duffy
No

It would be nice to have the ability to define a highlight
style for mouse overs of the table rows.

for example:
<rows evenStyleClass="evenRow"
oddStyleClass="oddRow"
evenStyleHighlightClass="evenRow"
oddStyleHighlightClass="oddRow"
headerStyleClass="headerRow"/>

and then the generated html from the <table:tr> tag
would be something like:
<tr class="oddRow"
onmouseover="this.className='oddRowHighlight';"
onmouseout="this.className='oddRow';">...</tr>

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.