a few changes to the form control system before i continue making controls
This commit is contained in:
parent
7d95169b38
commit
6ebf9c9ff3
20 changed files with 331 additions and 1199 deletions
|
|
@ -16,6 +16,7 @@ package WebGUI::Form::codearea;
|
|||
|
||||
use strict;
|
||||
use base 'WebGUI::Form::text';
|
||||
use WebGUI::International;
|
||||
use WebGUI::Session;
|
||||
use WebGUI::Style;
|
||||
|
||||
|
|
@ -38,6 +39,19 @@ The following methods are specifically available from this class. Check the supe
|
|||
=cut
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getName ()
|
||||
|
||||
Returns the human readable name or type of this form control.
|
||||
|
||||
=cut
|
||||
|
||||
sub getName {
|
||||
return WebGUI::International::get("codearea","WebGUI");
|
||||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 toHtml ( )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue