select + chooser form, main-folder on top of select list

This commit is contained in:
Daniil 2022-01-21 16:39:39 +03:00
parent fb68128fd8
commit 479c26dc29
2 changed files with 12 additions and 1 deletions

View file

@ -93,7 +93,8 @@ class Form_Form extends View_View {
'radio' => 'Form_SelectOne',
'filebrowser' => 'TComponentBrowserInput',
'documents' => 'TComponentBrowserInput',
'chooser' => 'Form_Input'
'chooser' => 'Form_Input',
'select_chooser' => 'Form_SelectOne'
);
}