Feature Requests item #1138660, was opened at 2005-02-17 23:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1138660&group_id=119783
Category: contrib
Group: 1.0
Status: Open
Priority: 5
Submitted By: Martijn Dashorst (dashorst)
Assigned to: Nobody/Anonymous (nobody)
Summary: AttributeModifier should enable appending to attribute
Initial Comment:
It is possible to assign multiple classes to one HTML
element:
<html>
<style type="text/css">
.red { color : red; }
.bold { font-weight : bold; }
</style>
<body>
<p class="red bold">This should render red and bold</p>
<p>This should render normal</p>
</body>
</html>
Currently, the AttributeModifier only supports
replacing the attribute. It should be possible to
append a style to the current one:
<tr class="result even">xxx</tr>
<tr class="result odd">yyy</tr>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1138660&group_id=119783
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop