Hi,

Which text exactly you need to be wrapped ?
ListMultipleChoice should be used with a <select>, so I guess you mean
<option>THIS TEXT</option>. I am not sure you can do any CSS manipulation
on this text. You can
override org.apache.wicket.markup.html.form.AbstractChoice#appendOptionHtml()
and cut long text at the server side.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Tue, Mar 29, 2016 at 4:28 PM, durairaj t <durairaj....@gmail.com> wrote:

> Is it possible to Wrap text in the wicket ListMultipleChoice? I tried
> through CSS and  SimpleAttributeModifier (I used: "word-wrap"and
>  "overflow-x:scroll" ), both are not working.
>
> Any help?
>
> Thanks.
>

Reply via email to