Leandro Lucarella <[EMAIL PROTECTED]> writes:

> Jared Kuolt, el lunes 19 de diciembre a las 09:57 me escribiste:
> 
> [snip]
> 
> >          # Multiple selection
> >          widgets.SelectField(options=options_b,
> >                              attrs={"multiple":"True"},
> >                              name="Multiple",
> >                              default=["val3","val4"])
> >          ])
> 
> [snip]
> 
> > Thoughts and feedback are greatly appreciated. Criticism is loathed
> > but necessary. Praise is probably not good for my ego ;)
> 
> Just a little thought, doesn't "multiple" deserves it own option in the
> constructor? Like widgets.SelectField(options=options_b, multiple=True, ...)

How about an additional option to say how many visible options there will be
at once?  Something to tell the number of rows the "listbox" will use.

-- 
Jorge Godoy      <[EMAIL PROTECTED]>

Reply via email to