Hello,
There are no specific skinning hooks for the objectImage component,
which is why you don't see it documented.
Are you trying to remove the image borders of the objectImage component?
If so, you can use the styleClass or inlineStyle attributes.
If you use inlineStyle, it would look like this:
<af:objectImage inlineStyle="border-width:0px"/>
- Jeanne
Cosma Colanicchia wrote:
Hi,
I'm trying to remove the image borders using a Trinidad skin, but I can't
find a component named objectImage in the adf-faces-skins-doc.xml. I
would
like to do this in the skin, instead of loading a separate css with a
generic .image { border-width: 0px } style.
This should be an easy one, but still can't find where I'm wrong.
Anyone can
help?
Thank you
Cosma