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

ASF subversion and git services commented on WICKET-5650:
---------------------------------------------------------

Commit d5d6fc7d55416b84f98df921d7cb1dcd7a7a9197 in wicket's branch 
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=d5d6fc7 ]

WICKET-5650 Make is possible to position the choice label before/after/around 
the choice

(cherry picked from commit a92f8447256235783993ca0ae47678ee97240246)


> 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)

Reply via email to