On 2 July 2010 09:34, T.J. Crowder <t...@crowdersoftware.com> wrote:
> Hi Richard,
>
>> I've got a <div> containing a set of <span><checkbox><label></span>
>> sort of thing.
>
> OT, and not to throw a spanner in, but I assume if you're doing that,
> you have an ID on every checkbox and a `for` on every label (so the
> labels know what checkbox they relate to). You can avoid that and
> ditch the span as well:
>
>    <label><checkbox>Label text</label>
>
> That will automatically associate the label with the checkbox, no IDs
> or `for`s required.
>
> Re the sorting:
>
>> So once the client has tidied the display, I know how many columns I
>> can have to fill.
>
> Do you know this before you create the grid? Or do you have to create
> the grid before you know how many columns you have, and *then* sort
> it?
>
> -- T.J. :-)

I don't create a real grid/table. I'm just using left floats with
fixed width spans (and I'll be changing that to the embedded cbs in
labels - thanks).

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to