Feature Requests item #825670, was opened at 2003-10-17 12:45
Message generated for change (Comment added) made by mraible
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?)

----------------------------------------------------------------------

>Comment By: Matt Raible (mraible)
Date: 2003-10-17 13:03

Message:
Logged In: YES 
user_id=226669

You don't need id's on tr's or td's in order to do this - not if you're 
using modern browsers.  Here's how:

http://tinyurl.com/rbwg

----------------------------------------------------------------------

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

Reply via email to