[
https://issues.apache.org/jira/browse/TOBAGO-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545440
]
Tobias Glensk commented on TOBAGO-552:
--------------------------------------
A <tc:panel> with an included <tc:label> and <tc:selectOneRadio> is not aligned
the same as other <tx:select...> components (see attached image)
Examle:
<tc:panel>
<f:facet name="layout">
<tc:gridLayout columns="fixed;*" />
</f:facet>
<tc:label value="${item.label}" inline="${item.inline}"
tip="${item.toolTip}"/>
<tc:selectOneRadio value="${item.value}" required="true"
<f:selectItems value="${item.selectItems}"/>
</tc:selectOneRadio>
</tc:panel>
> Create <tx:selectOneRadio> with label for the whole component
> -------------------------------------------------------------
>
> Key: TOBAGO-552
> URL: https://issues.apache.org/jira/browse/TOBAGO-552
> Project: MyFaces Tobago
> Issue Type: New Feature
> Reporter: Tobias Glensk
>
> The <tc:selectOneRadio> component currently doesn't support a label
> attribute. It would be a help to have <tx:selectOneRadio> with a label for
> the whole component.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.