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
|
|
@ -142,6 +142,7 @@ sub toHtml {
|
|||
my $self = shift;
|
||||
return WebGUI::Form::selectList->new(
|
||||
name=>$self->{name},
|
||||
id=>$self->{id},
|
||||
options=>WebGUI::LDAPLink::getList(),
|
||||
value=>$self->{value},
|
||||
multiple=>$self->{multiple},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue