Fix error in TabForm POD (get vs getTab)

POD for WebGUI.pm
Table of Contents has tabbed interface
viewHelp filters tabs by the user's UI level
This commit is contained in:
Colin Kuskie 2006-03-06 16:30:11 +00:00
parent f3124671c9
commit 65590997b6
5 changed files with 198 additions and 37 deletions

View file

@ -58,7 +58,7 @@ Package that makes creating tab-based forms simple through an object-oriented AP
The best and easiest way to use this package is to just call the methods on the tabs directly.
$tabform->get($tabname)->textarea( -name=>$name, -value=>$value, -label=>$label);
$tabform->getTab($tabname)->textarea( -name=>$name, -value=>$value, -label=>$label);
=head1 SEE ALSO