add select box to SQL Form
This commit is contained in:
parent
1c92b36f5d
commit
7601fc1435
2 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
- Collaboration systems should always tell browser there is new content
|
- Collaboration systems should always tell browser there is new content
|
||||||
- fix: Good Bad fields not properly localized
|
- fix: Good Bad fields not properly localized
|
||||||
- fix: File user profile fields didn't link to the file
|
- fix: File user profile fields didn't link to the file
|
||||||
|
- Add select box to SQL Form
|
||||||
|
|
||||||
7.4.8
|
7.4.8
|
||||||
- fix: Syndicated Content doesn't display all items with multiple feeds in interleaved mode
|
- fix: Syndicated Content doesn't display all items with multiple feeds in interleaved mode
|
||||||
|
|
|
||||||
|
|
@ -425,6 +425,11 @@ should be implemented in WebGUI::Form::myELement.
|
||||||
searchElement => 'selectList',
|
searchElement => 'selectList',
|
||||||
type => 'list',
|
type => 'list',
|
||||||
},
|
},
|
||||||
|
selectBox => {
|
||||||
|
name => 'Select box',
|
||||||
|
hasOptions => 1,
|
||||||
|
searchElement => 'selectBox',
|
||||||
|
},
|
||||||
radioList => {
|
radioList => {
|
||||||
name => 'Radio list',
|
name => 'Radio list',
|
||||||
hasOptions => 1,
|
hasOptions => 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue