Add POD to the ProfileField, formField method.

Fix all profile field defaults being ignored by the createAccount screen.
This commit is contained in:
Colin Kuskie 2008-06-12 20:59:12 +00:00
parent 02acf13d48
commit 33564cee94
3 changed files with 16 additions and 3 deletions

View file

@ -217,6 +217,15 @@ An integer indicating whether to return just the field's form input, or the fiel
A WebGUI::User object reference to use instead of the currently logged in user.
=head3 skipDefault
If true, this causes the default value set up for the form field to be ignored.
=head3 assignedValue
If assignedValue is defined, it will be used to override the default value set up for the
form.
=cut
sub formField {