From 65135318bb4b04d621ff2254d39295c73c71d898 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 21 Jan 2006 00:12:36 +0000 Subject: [PATCH] update POD with new functions --- lib/WebGUI/Form/Combo.pm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Form/Combo.pm b/lib/WebGUI/Form/Combo.pm index a564466fd..cf4151896 100644 --- a/lib/WebGUI/Form/Combo.pm +++ b/lib/WebGUI/Form/Combo.pm @@ -25,7 +25,10 @@ Package WebGUI::Form::Combo =head1 DESCRIPTION -Creates a select list merged with a text box form control. +Creates a select list merged with a text box form control. The text box form control can +be used to enter data apart from the list options or to add new options to the list of +available options. The last function is dependent on the caller of the Form field +appending the new value to the list of options. =head1 SEE ALSO @@ -74,7 +77,10 @@ sub definition { =head2 getValueFromPost ( ) -Returns an array or a carriage return ("\n") separated scalar depending upon whether you're returning the values into an array or a scalar. +Returns an array or a carriage return ("\n") separated scalar depending +upon whether you're returning the values into an array or a scalar. If +any data is in the Text form, it is returned before a selected value from +the list. =cut