Hi Simon, Thanks for your reply.
Currently, it is about required fields, but you know, it depends on the customer. ;-) Does it mean I can't do that? Do you have a workaround for my problem? I'm surprised by the fact that the parent component panelFromLayout affects the styling of its children. Is it a design strategy, a side effect of using CSS, or just a bug? Today, I have some trouble with Trinidad skinning because I can't predict the impact when I change a skin selector. Sorry to say that, I know you guys are doing your best! Thanks, Markus ------------------------------------------ Markus Heinisch Dipl.-Inform. Consultant Trivadis GmbH Freischützstrasse 92 81927 München Germany Tel.: +49-89-99275930 Fax : +49-89-99275959 Mobile: +49-162-2959616 mailto:[EMAIL PROTECTED] http://www.trivadis.com > -----Ursprüngliche Nachricht----- > Von: Simon Lessard [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 14. September 2006 14:22 > An: [email protected] > Betreff: Re: tr:inputText Skinning Question > > Hello Markus, > > Is the use case only about required fields or also some other > states? If it's about required only, there's a patche pending > that will fix it. > > > Regards, > > ~ Simon > > On 9/14/06, Markus Heinisch <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I want to paint the background color of a tr:inputText depending of > > some > > state: > > > > <tr:inputText value="#{bindings.Title.inputValue}" > > label="#{bindings.Title.label}" > > required="#{bindings.Title.mandatory}" > > styleClass="#{bindings.Title.mandatory ? 'required' : > > 'nonrequired'" /> > > > > I read in an posting some weeks ago that I can use the > > af|inputText::content selector. I tried following definition: > > > > .required af|inputText::content{ > > background-color: red; > > } > > > > It works when the tr:inputText is *not* used inside of a > > tr:panelFormLayout! > > But most of the time I use a tr:panelFormLayout parent for all my > > input components. > > > > I tried the following definition: > > > > .required af|panelFormLayout::content-cell af|inputText::content{ > > background-color: red; > > } > > > > Does not paint my inputText inside the panelFormLayout! > > Of course, using > > > > af|panelFormLayout::content-cell af|inputText::content{ > > background-color: red; > > } > > > > paints all inputs red inside of a paneFormLayout. > > > > How can I style the background color of an input inside of a > > panelFormLayout depending on a state? > > > > Any hints are welcome! > > > > Thanks, > > Markus > > > > > > > > > > > > ------------------------------------------ > > Markus Heinisch > > > > Dipl.-Inform. > > Consultant > > > > Trivadis GmbH > > Freischützstrasse 92 > > 81927 München > > Germany > > > > Tel.: +49-89-99275930 > > Fax : +49-89-99275959 > > Mobile: +49-162-2959616 > > mailto:[EMAIL PROTECTED] > > http://www.trivadis.com <http://www.trivadis.com/> > > > > >
