Hi Abhi,
> 2. My second question is also related to <tr:table>. Whatever how I set > the CSS, sortable column header will insists > using a border style like this: > border-style: inset; > border-width: 2px; I think you are talking about https://issues.apache.org/jira/browse/TRINIDAD-70 which has been fixed.
Hm... I'm not sure.. However, the workaround shown there really help me solved my problem. Thanks:) What's the correct approach to control the border style and border width for
> all tr:table contents? > > 3. Is it possible that, Trinidad will output more information in the > generated CSS resource? > It is so..... inefficiently for me to do styling.. You can try this flag to turn off compression of styles: <context-param> <param-name> org.apache.myfaces.trinidadinternal.DISABLE_CONTENT_COMPRESSION</param-name> <param-value>true</param-value> </context-param>
It's really extremely useful tips for me. Thanks very much! 4. Finally, I find some .xss files in Trinidad sources, is it the definitely
> way to completely define a "skin"? > As I know, defining the CSS files is only "customizing" or "extending" > the simple skin. AFAIK, XSS is an internal implementation detail and is not an API to be used.Most features of XSS are exposed through CSS features.
However, I found that, that files are quite helpful for me, when customizing the skin. Part of the reasons is, the document in the skin-selectors doc does not seems comprehensive enough. Regards, Zarick

