added most of the rest of the form controls
This commit is contained in:
parent
ce6ee697f9
commit
b86148acaa
12 changed files with 35 additions and 1870 deletions
|
|
@ -815,7 +815,8 @@ sub www_editField {
|
|||
-name=>"type",
|
||||
-label=>WebGUI::International::get(23,"Asset_DataForm"),
|
||||
-hoverHelp=>WebGUI::International::get('23 description',"Asset_DataForm"),
|
||||
-value=>$field{type} || "text"
|
||||
-value=>$field{type} || "text",
|
||||
-types=>[qw(dateTime time float zipcode text textarea HTMLArea url date email phone integer yesNo selectList radioList checkList)]
|
||||
);
|
||||
$f->integer(
|
||||
-name=>"width",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue