diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 18ce5df88..103ceab8e 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -10,6 +10,7 @@ - Collaboration systems should always tell browser there is new content - fix: Good Bad fields not properly localized - fix: File user profile fields didn't link to the file + - Add select box to SQL Form 7.4.8 - fix: Syndicated Content doesn't display all items with multiple feeds in interleaved mode diff --git a/lib/WebGUI/Asset/Wobject/SQLForm.pm b/lib/WebGUI/Asset/Wobject/SQLForm.pm index c8a29e491..7d5329c4b 100644 --- a/lib/WebGUI/Asset/Wobject/SQLForm.pm +++ b/lib/WebGUI/Asset/Wobject/SQLForm.pm @@ -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,