added most of the rest of the form controls

This commit is contained in:
JT Smith 2005-07-27 23:03:46 +00:00
parent ce6ee697f9
commit b86148acaa
12 changed files with 35 additions and 1870 deletions

View file

@ -122,7 +122,7 @@ sub toHtml {
extras=>$self->{extras}
)->toHtml
.WebGUI::Form::selectList->new(
options=>\%units
options=>\%units,
name=>$self->{name}."_units",
value=>[$self->{value}]
)->toHtml;