Since we keep getting requests like this one, would it make sense to try 
and seperate our data handling code from our presentation code a bit more 
that could allow for complete customization of the display? I know I tried 
to keep the display code as seperate from the data code as possible in my 
refactoring, which would allow anyone to potentially write an add-on to 
the displaytag that could format the output differently. In fact, these 
could work like plugins and would be specified in the properties file or 
web.xml config file.

Thoughts?


On Fri, 17 Oct 2003, SourceForge.net wrote:

> 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
> 

-- 
John York
Software Engineer
CareerSite Corporation



-------------------------------------------------------
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