There isn't currently any good way to skin the prompt of the showDetail. The link uses the "OraLink" style, and there's no style on the showDetail as a whole, so there's no way to detect just showDetail links.
Most of the SkinSelectors are in SkinSelectors.java in the org.apache.myfaces.trinidadinternal.renderkit.core.xhtml package. But not all. -- Adam On 4/22/07, Henk Vanhoe <[EMAIL PROTECTED]> wrote:
Hi, (As nobody seems to know the answer to my previous question...) Is the list of selectors in http://incubator.apache.org/adffaces/skin-selectors.html complete? If not, does anybody know in what (source-)file these selectors are defined, so I can look them up myself (I looked through the source-code of Trinidad, but I didn't find any file listing these selectors)... Thanks, Henk Henk Vanhoe wrote: > Hi, > > I'm using the <tr:showDetail> component. I would like to change the > color of the "prompt" (the text next to the hide/show icon). Is it > possible to do that with a standard skinning selector? I did not find a > suitable selector in the list of selectors on this page: > http://incubator.apache.org/adffaces/skin-selectors.html. > > (I managed to change the colour by using standard CSS, but as I am > explicitly referencing HTML elements generated by Trinidad, my > stylesheet might be broken in a future release...) > > Kind regards, > Henk >