renamed the form fields to upper case for proper perl style

This commit is contained in:
JT Smith 2005-08-23 15:58:55 +00:00
parent 0f9c9badd9
commit 3e587762be
42 changed files with 4753 additions and 16 deletions

View file

@ -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