That's quite a useful display setting. Fortunately, there's an easy way to
do it: add the following to your MediaWiki:Common.css page:

span.checkboxSpan {
    width: 200px;
    display: block;
    float: left;
}

...where "200" can be changed to whatever cell width you want. If your form
is not laid out as a table, this will lead to a little bit of formatting
weirdness; but if it's a table, it should look fine.

I'll add something about this to the documentation.

Oh, and I should note - if Google Groups is accurate, this is my 1,000th
email to the list! Yay.

-Yaron


On Fri, Mar 20, 2009 at 9:24 PM, robertuva <[email protected]> wrote:

>
> Are there any format types you can use to change the design of how
> checkboxes get posted?  Currently when you have a input type of
> checkboxes it shows the available variables one after another - I'm
> looking for the ability to post them in rows so it is more easily
> legible to an end user.
>
> For example rather than having (where CB = checkbox and value):
>
> CB, CB, CB, CB, CB, CB, CB, CB, CB, CB, CB, CB
>
> If I stated I wanted three rows it would be (where the rows fit to the
> length of the longest checkbox value in the column):
>
> CB | CB | CB
> CB | CB | CB
> CB | CB | CB
> CB | CB | CB
>
> Thanks for your help!
>
> Bobby
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Semantic Forms" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/semantic-forms?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to