Feature Requests item #883047, was opened at 2004-01-23 15:19
Message generated for change (Comment added) made by moinsmoins
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536616&aid=883047&group_id=73068

Category: main taglib
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: extra attributes for display:column and display:table

Initial Comment:
I figure these should be pretty easy....

I would like to see some extra attributes for the taglib.
We wanted to print out a horizontal rule after each row
that would span all columns....

<td colspan=3><hr></td>

It would be nice if I could specifiy the colspan or
rowspan automatically in an attribute.

<display:colum colspan="5"><hr></display:column>

I would also like to see attributes for the
display:table tag that would set the
cellspacing/cellpadding attributes for the table......

<display:table cellpadding="5" cellspacing="5" name"aList">
....
</display:table>



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

Comment By: greg (moinsmoins)
Date: 2004-02-12 17:35

Message:
Logged In: YES 
user_id=878994

You can and should achieve all these things through CSS.

(Remember that layout should be abstracted as much as
possible from your html/jsp)

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536616&aid=883047&group_id=73068


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to