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
|
|
@ -120,10 +120,12 @@ sub toHtml {
|
|||
name=>$self->{name}."_interval",
|
||||
value=>$interval,
|
||||
extras=>$self->{extras}
|
||||
id=>$self->{id}."_interval",
|
||||
)->toHtml
|
||||
.WebGUI::Form::selectList->new(
|
||||
options=>\%units,
|
||||
name=>$self->{name}."_units",
|
||||
id=>$self->{id}."_units",
|
||||
value=>[$self->{value}]
|
||||
)->toHtml;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue