adding a few new form controls

This commit is contained in:
JT Smith 2005-07-27 18:03:32 +00:00
parent 848a106e1a
commit 4eaf8c3827
6 changed files with 477 additions and 3 deletions

View file

@ -19,6 +19,7 @@ use base 'WebGUI::Form::Control';
use WebGUI::DatabaseLink;
use WebGUI::Form::selectList;
use WebGUI::Grouping;
use WebGUI::Icon;
use WebGUI::International;
use WebGUI::Session;
@ -128,6 +129,8 @@ sub toHtml {
=head2 toHtmlWithWrapper ( )
Renders the form field to HTML as a table row complete with labels, subtext, hoverhelp, etc. Also adds manage and edit icons next to the field if the current user is in the admins group.
=cut
sub toHtmlWithWrapper {