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
|
|
@ -215,7 +215,8 @@ sub www_editProfileField {
|
|||
-label=>WebGUI::International::get(486,"WebGUIProfile"),
|
||||
-hoverHelp=>WebGUI::International::get('486 description',"WebGUIProfile"),
|
||||
-value=>$data{dataType},
|
||||
-defaultValue=>"text"
|
||||
-defaultValue=>"text",
|
||||
-types=>[qw(dateTime time float zipcode text textarea HTMLArea url date email phone integer yesNo selectList radioList checkList)]
|
||||
);
|
||||
$f->textarea(
|
||||
-name => "dataValues",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue