added automatic id attribute generation to all form controls
This commit is contained in:
parent
3058d839c0
commit
4c8ff049cc
29 changed files with 116 additions and 25 deletions
|
|
@ -145,6 +145,7 @@ sub toHtml {
|
|||
return WebGUI::Form::selectList->new(
|
||||
options=>WebGUI::SQL->buildHashRef("select groupId,groupName from groups where showInForms=1 $where order by groupName"),
|
||||
name=>$self->{name},
|
||||
id=>$self->{id},
|
||||
value=>$self->{value},
|
||||
extras=>$self->{extras},
|
||||
size=>$self->{size},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue