add select box to SQL Form

This commit is contained in:
Graham Knop 2007-10-04 22:10:58 +00:00
parent 1c92b36f5d
commit 7601fc1435
2 changed files with 6 additions and 0 deletions

View file

@ -425,6 +425,11 @@ should be implemented in WebGUI::Form::myELement.
searchElement => 'selectList',
type => 'list',
},
selectBox => {
name => 'Select box',
hasOptions => 1,
searchElement => 'selectBox',
},
radioList => {
name => 'Radio list',
hasOptions => 1,