@helper.checkbox(form("subscribe"), '_label -> "Confirm:", '_text -> "Some text")
The checkbox shows up, but right next to it "format.boolean" is displayed. It looks like it is coming from @elements.infos. How do I customize it/get rid of it?
Thanks,
Nadav
Yes, or you can specify help inline, like:
@helper.checkbox(form("subscribe"), '_label -> "Confirm:", '_text ->
"Some text", '_help -> "Something")
On Fri, Jul 27, 2012 at 12:16 AM, Kevin Bosman <ke...@gosh.co.za> wrote:
>> The checkbox shows up, but right next to it "format.boolean" is displayed. It looks like it is coming from @elements.infos. How do I customize it/get rid of it?
>
> Add a format.boolean value to your conf/messages file
> eg. to get rid of it, simply add the following line:
> format.boolean=
>
> --
> You received this message because you are subscribed to the Google Groups "play-framework" group.
> To post to this group, send email to play-framework@googlegroups.com.
> To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com.