adding a few new form controls
This commit is contained in:
parent
848a106e1a
commit
4eaf8c3827
6 changed files with 477 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue