What style do you want the div to have? It seems that the content and
detail style classes give you access to the table already.
R
Sent from my iPhone
On Feb 16, 2009, at 7:41 AM, "Glauco P. Gomes" <[email protected]
> wrote:
Anyone??
Glauco P. Gomes
Glauco P. Gomes escreveu:
The documentation doesn't have the af|table selector, only af|
table::content, af|table::detail, af|table::*
In my skin I have the af|table selector and it isn't rendered (with
org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION set to
true), only af_table_content, af_table_detail, af_table_* are
rendered.
The table component has an outer DIV, and I think that the af|table
selector should be rendered in this tag to respect the actual
behavior, eg.: if I put styleClass="test" in the tr:table, the
rendered html is <div id="xxx" class="test"> ... </div>
What do you think about?
Glauco P. Gomes
Matthias Wessendorf escreveu:
not sure I understood the question.
See here the (incomplete) list of available selectors:
http://myfaces.apache.org/trinidad/skin-selectors.html
Also, it is possible that you have the default setting for skinning
where Trinidad compresses the css class names (like "xyz").
HTH,
Matthias