You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/07/22 13:58:39 UTC

[jira] [Resolved] (WICKET-5650) Make is possible to position the choice label before/after/around the choice

     [ https://issues.apache.org/jira/browse/WICKET-5650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-5650.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.17.0
                   7.0.0-M3

> Make is possible to position the choice label before/after/around the choice
> ----------------------------------------------------------------------------
>
>                 Key: WICKET-5650
>                 URL: https://issues.apache.org/jira/browse/WICKET-5650
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.16.0, 7.0.0-M2
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 7.0.0-M3, 6.17.0
>
>
> At the moment components like RadioChoice and CheckBoxMultipleChoice render the <label> after the choice, e.g. <input id="inputId" type=".." .../> <label for="inputId">Some text</label>.
> Some CSS frameworks (like Bootstrap and PureCSS) prefer the label to wrap the choice, e.g.: <label><input id="inputId" type=".." .../> Some text</label>.
> It should be possible to tell Wicket how to render the label programmatically.



--
This message was sent by Atlassian JIRA
(v6.2#6252)