Migrated all wobjects to use the new tab form interface.
This commit is contained in:
parent
6c4771d0ca
commit
8238f4bf3a
3 changed files with 65 additions and 20 deletions
|
|
@ -43,6 +43,7 @@ Base forms package. Eliminates some of the normal code work that goes along with
|
|||
$html = WebGUI::Form::fieldType({name=>"fieldType",types=>\%supportedTypes});
|
||||
$html = WebGUI::Form::file({name=>"image"});
|
||||
$html = WebGUI::Form::formHeader();
|
||||
$html = WebGUI::Form::filterContent({value=>"javascript"});
|
||||
$html = WebGUI::Form::group({name=>"groupToPost"});
|
||||
$html = WebGUI::Form::hidden({name=>"wid",value=>"55"});
|
||||
$html = WebGUI::Form::hiddenList({name=>"wid",value=>"55",options=>\%options});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue