[
https://issues.apache.org/jira/browse/TOBAGO-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15365850#comment-15365850
]
Hudson commented on TOBAGO-1506:
--------------------------------
SUCCESS: Integrated in Tobago 3.0.x #419 (See
[https://builds.apache.org/job/Tobago%203.0.x/419/])
TOBAGO-1506:Menu with <tc:selectOneRadio> has to migrated to Bootstrap
* CSS: radio was in one single row (lofwyr:
[http://svn.apache.org/viewvc/?view=rev&rev=1751762])
* tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
*
tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/style/tobago.css
> Menu with <tc:selectOneRadio> has to migrated to Bootstrap
> ----------------------------------------------------------
>
> Key: TOBAGO-1506
> URL: https://issues.apache.org/jira/browse/TOBAGO-1506
> Project: MyFaces Tobago
> Issue Type: Sub-task
> Components: Themes
> Reporter: Udo Schnurpfeil
> Assignee: Udo Schnurpfeil
> Fix For: 3.0.0-alpha-4, 3.0.0
>
>
> Put the command in the tag as change facet:
> {code}
> <tc:command label="Theme" omit="true">
> <tc:selectOneRadio value="#{clientConfigController.theme}">
> <f:facet name="change">
> <tc:command action="#{clientConfigController.submit}"/>
> </f:facet>
> <tc:selectItems value="#{clientConfigController.themeItems}"/>
> </tc:selectOneRadio>
> </tc:command>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)