fixed some data entry bugs.
This commit is contained in:
parent
3d7d8dc0a7
commit
3ce64fc0d5
5 changed files with 27 additions and 23 deletions
|
|
@ -621,7 +621,7 @@ sub email {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 fieldType ( name, types [ label, value, size, multiple, extras, subtext, uiLevel ] )
|
||||
=head2 fieldType ( name, types [ label, value, size, extras, subtext, uiLevel ] )
|
||||
|
||||
Adds a field type select list field to this form. This is primarily useful for building dynamic form builders.
|
||||
|
||||
|
|
@ -641,16 +641,12 @@ The left column label for this form row.
|
|||
|
||||
=item value
|
||||
|
||||
The default value(s) for this form element. This should be passed as an array reference.
|
||||
The default value for this form element.
|
||||
|
||||
=item size
|
||||
|
||||
The number of characters tall this form element should be. Defaults to "1".
|
||||
|
||||
=item multiple
|
||||
|
||||
A boolean value for whether this select list should allow multiple selections. Defaults to "0".
|
||||
|
||||
=item extras
|
||||
|
||||
If you want to add anything special to this form element like javascript actions, or stylesheet information, you'd add it in here as follows:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue