Hi Jose,
You don't need to know how how skin selectors are compressed. Please disable the compression like .xbo, .xba while developing your skin by using below in web.xml:
  <context-param>
<param-name>org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION</param-name>
       <param-value>true</param-value>
   </context-param>

Thanks
Mamallan


On 3/12/2010 11:19 AM, José Miguel Loor wrote:
Hi

I would like to know, wich skin elements are responsible for rendering the .xbo 
and .xba style classes in trinidad. It would be very useful to have a map of 
wich elements renders wich style; i mean

af|table renders .xyz1 , .xyz2 elements in the css file and so on; the whole 
documentation about this is very poor, creating a full customized skin is hell

Thanks

Reply via email to