You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2016/08/10 11:16:20 UTC

[jira] [Commented] (TOBAGO-1564) Bootstrap input groups

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

Hudson commented on TOBAGO-1564:
--------------------------------

SUCCESS: Integrated in Tobago 3.0.x #444 (See [https://builds.apache.org/job/Tobago%203.0.x/444/])
TOBAGO-1564: Bootstrap input groups
* fix position of dropdown, if using "after"
* using tc:button instead of tc:link or tc:command (lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1755716])
* tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/50-input-group/group.xhtml
* tobago-3.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/InRenderer.java


> Bootstrap input groups
> ----------------------
>
>                 Key: TOBAGO-1564
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1564
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>          Components: Core, Themes
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>             Fix For: 3.0.0-beta-1, 3.0.0
>
>
> Use like this:
> {code}
>     <tc:in label="Money">
>       <f:facet name="before">
>         <tc:button image="fa-money"/>
>       </f:facet>
>       <f:facet name="after">
>         Some text ...
>       </f:facet>
>     </tc:in>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)