renamed the form fields to upper case for proper perl style
This commit is contained in:
parent
0f9c9badd9
commit
3e587762be
42 changed files with 4753 additions and 16 deletions
|
|
@ -15,7 +15,7 @@ package WebGUI::Form::HTMLArea;
|
|||
=cut
|
||||
|
||||
use strict;
|
||||
use base 'WebGUI::Form::textarea';
|
||||
use base 'WebGUI::Form::Textarea';
|
||||
use WebGUI::Asset::RichEdit;
|
||||
use WebGUI::HTML;
|
||||
use WebGUI::International;
|
||||
|
|
@ -32,7 +32,7 @@ Creates an HTML Area form control if the user's browser supports it. This basica
|
|||
|
||||
=head1 SEE ALSO
|
||||
|
||||
This is a subclass of WebGUI::Form::textarea.
|
||||
This is a subclass of WebGUI::Form::Textarea.
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue