[Catalyst] HTML::Widget - select size/multiple [patch]
Carl Franks
fireartist at gmail.com
Mon Mar 13 12:49:12 CET 2006
Adam,
I've updated the docs using the same terminology as the O'Reilly HTML
reference book uses.
I've also added support for a multiple() attribute for the Select element.
The attribute multiple="multiple" is added to the option tag if a true
value is passed to multiple().
It's in the subversion trunk, commit 3618.
According to the HTML specs, if you set 'multiple', then you don't
need to set 'size', and the height will default to the number of
options.
Cheers,
Carl
More information about the Catalyst
mailing list