a few changes to the form control system before i continue making controls

This commit is contained in:
JT Smith 2005-07-26 21:29:08 +00:00
parent 7d95169b38
commit 6ebf9c9ff3
20 changed files with 331 additions and 1199 deletions

View file

@ -20,6 +20,7 @@ use WebGUI::Asset;
use WebGUI::Form::button;
use WebGUI::Form::hidden;
use WebGUI::Form::text;
use WebGUI::International;
use WebGUI::Session;
=head1 NAME
@ -75,6 +76,19 @@ sub definition {
}
#-------------------------------------------------------------------
=head2 getName ()
Returns the human readable name or type of this form control.
=cut
sub getName {
return WebGUI::International::get("asset","Asset");
}
#-------------------------------------------------------------------
=head2 toHtml ( )