Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.0 RC1
-
Fix Version/s: TBD
-
Component/s: Tag Library
-
Labels:None
Description
====
imported from sf tracker
id 1014368
submitted by Joost den Boer - joostdenboer
http://sourceforge.net/support/tracker.php?aid=1014368
====
Hi,
For a project I added functionality to the Displaytag
version 1.0-rc2 to support the title-attribute of the TH-
tag. I renamed the current 'title' attribute of the
ColumnTag to 'name' and added a new title attribute. I
made sure that if no name was given, the title is used
for backwards compatibility.
I attached the sources I modified. Maybe you want to
include this in the next release.
Changes made :
-ColumnTag: renamed title to name and added a new
title attribute with get\set methodes
-HeaderCell : added name property
-TableTag and BaseExportView : use getName() in stead
of getTitle for the tagcontent.
-displaytag-12.tld and displaytag-el-12.tld : added
name property from ColumnTag
Regards,
Joost
imported from sf tracker
id 1014368
submitted by Joost den Boer - joostdenboer
http://sourceforge.net/support/tracker.php?aid=1014368
====
Hi,
For a project I added functionality to the Displaytag
version 1.0-rc2 to support the title-attribute of the TH-
tag. I renamed the current 'title' attribute of the
ColumnTag to 'name' and added a new title attribute. I
made sure that if no name was given, the title is used
for backwards compatibility.
I attached the sources I modified. Maybe you want to
include this in the next release.
Changes made :
-ColumnTag: renamed title to name and added a new
title attribute with get\set methodes
-HeaderCell : added name property
-TableTag and BaseExportView : use getName() in stead
of getTitle for the tagcontent.
-displaytag-12.tld and displaytag-el-12.tld : added
name property from ColumnTag
Regards,
Joost
| 1. | Need way to subclass HeaderCell | |
|
Sender: mraible
user_id=226669
I'm confused - why should we rename "title" to "name"? You
give no reasons to make this change.
Date: 2004-08-23 19:22
Sender: joostdenboer
user_id=714989
I renamed "title" to "name" because it makes more sense (to
me) for the title to be used for the title attribute of the
TH-tag then for the content of the TH-tag.