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
|
|
@ -83,7 +83,8 @@ sub toHtml {
|
|||
return $self->SUPER::toHtml
|
||||
.WebGUI::Form::text->new(
|
||||
size=>$session{setting}{textBoxSize}-5,
|
||||
name=>$self->{name}."_new"
|
||||
name=>$self->{name}."_new",
|
||||
id=>$self->{id}."_new"
|
||||
)->toHtml;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue