(Remember to CC the list)
Graf Patrick wrote:
> No,
>
> because it would need lots of CSS classes for the same thing.
>
> Example:
>
> the default text.jsp is formatted well for normal use. But for once I need
> the label in bold letters. With the style tag I could simply say
> <webwork:textfield .... style="'font-weight:bold'"> .
>
> Or a different color for once
> <webwork:textfield .... style="'color:green'">
Would it be possible for you to encapsulate these special occasions with
div's? I.e. something like this:
<div class="myspecialform">
<ui:password name.../>
</div>
and then specify CSS as:
.myspecialform .label
{
color: green;
}
I think this should work, and solve your problem, and without having to
change anything in WebWork.
Good enough?
/Rickard
--
Rickard �berg
Author of "Mastering RMI"
Chief Architect, TheServerSide.com
The Middleware Company - We Build Experts!
_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user