Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to set style in <f:facet> within <af:table>

shawn_abcFeb 10 2010 — edited Feb 11 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 11 2010
Added on Feb 10 2010
3 comments
2,416 views