You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Tobias Glensk (JIRA)" <de...@myfaces.apache.org> on 2007/11/21 11:53:44 UTC

[jira] Created: (TOBAGO-552) Create with label for the whole component

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.


[jira] Resolved: (TOBAGO-552) Create with label for the whole component

Posted by "Tobias Glensk (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Glensk resolved TOBAGO-552.
----------------------------------

    Resolution: Fixed

> 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
>          Components: Core
>    Affects Versions: 1.0.12
>            Reporter: Tobias Glensk
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.13
>
>
> 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.


[jira] Commented: (TOBAGO-552) Create with label for the whole component

Posted by "Tobias Glensk (JIRA)" <de...@myfaces.apache.org>.
    [ 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.