[ 
https://issues.apache.org/jira/browse/TOBAGO-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563485#action_12563485
 ] 

Volker Weber commented on TOBAGO-609:
-------------------------------------

tx components are shortcuts for 

<tc:panel>
  <f:facet name="layout">
    <tc:gridLayout columns="fixed;1*"/>
  </f:facet>
  <tc:label for "@auto" .../>
  <tc:(in|date|...) .../>
</tc:panel>

you can use this "long" style to apply markup to labels.

> Options on markup in tx components
> ----------------------------------
>
>                 Key: TOBAGO-609
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-609
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>    Affects Versions: 1.0.14
>         Environment: All
>            Reporter: Ricardo S. Tanaka
>
> Add an attribute "markup-for" in tx components to define if the markup will 
> affect only the component, the label or both. eg. If I put <tx:in 
> markup="color" markup-for="label" .... /> only the label component will be 
> with the markup "color".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to