Feature Requests item #825670, was opened at 2003-10-17 20:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=536616&aid=825670&group_id=73068
Category: main taglib
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Christoph Schmidt (k-os)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cutomizable code in the <td> and <tr> tags
Initial Comment:
It would be nice if i could add my own code to the <tr>
and <td> tags, like onMouseOver, onClick Events etc.
For example a Row Highlighting could then be done via
Javascript...
maybe something like this:
<display:table name="test" class="<%=lClass%>">
<display:row customCode="onClick="hlgtRow()"/>
<display:column property="id" title="ID"
class="idcol"/ customCode="....">
<display:column property="name" />
....
</display:table>
(For higlighting i think i need a <tr id="r1" " ... >
and then a hlgtRow('r1') to identify which dom object i
should change the stylesheet... anyone an idea how
this could be done via the taglib?)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=536616&aid=825670&group_id=73068
-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel