fixing bugs related to new form system
This commit is contained in:
parent
74cd198203
commit
3058d839c0
15 changed files with 68 additions and 11 deletions
|
|
@ -87,7 +87,7 @@ Add extra attributes to the form tag like
|
|||
|
||||
=head4 label
|
||||
|
||||
A text label that will be displayed if toHtmlWithWrapper() is called. Defaults to the getName() method call.
|
||||
A text label that will be displayed if toHtmlWithWrapper() is called.
|
||||
|
||||
=head4 uiLevel
|
||||
|
||||
|
|
@ -138,7 +138,7 @@ sub definition {
|
|||
defaultValue=>undef
|
||||
},
|
||||
label=>{
|
||||
defaultValue=>$class->getName
|
||||
defaultValue=>undef
|
||||
},
|
||||
uiLevel=>{
|
||||
defaultValue=>1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue