fixed some data entry bugs.

This commit is contained in:
JT Smith 2003-05-25 17:36:20 +00:00
parent 3d7d8dc0a7
commit 3ce64fc0d5
5 changed files with 27 additions and 23 deletions

View file

@ -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: