Hello Francisco,

You could try the following:

af|inputText::label.myStyleClass {
   font-weight : bold;
}

<tr:inputText styleClass="myStyleClass"/>

I think it might work.


Regards,

~ Simon

On 5/11/07, Francisco Passos <[EMAIL PROTECTED]> wrote:

Hello there!

I'd like most of my inputTexts to be rendered as they are by default.

However, I'd like a few of them to have a bold label.

I tried this:

af|inputText::label {
    font-weight : bold;
}

But as you know this leads every inputText to have their labels in bold.

Is there any way to reference ::label from within the inlineStyle property
and define this property on the spot?

Reply via email to