How to set style in <f:facet> within <af:table>
Hi all,
I have this code segment:
<af:table ..>
<f:facet name="header">
<af:panelBox width="100%" ../>
</f:facet>
<af:column>
....
My question is that how do I set the style of the <f:facet> such that it's borderless.
I tried inlineStyle for <af:panelBox>, it turns out that the <f:facet> is wrapping it and I have to set the border style for <f:facet>.
I tried to find one in this url for skin selecors: http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/skin-selectors.html, but I couldn't see one likely.
Could someone give me a hand please?
Thanks.
Shawn