new Поле для html

This commit is contained in:
origami11@yandex.ru 2022-12-16 16:24:37 +03:00
commit b7bac2b6a7
3 changed files with 11 additions and 2 deletions

View file

@ -62,7 +62,8 @@ class Form extends View {
'filebrowser' => 'ctiso\\Form\\BrowserInput',
'documents' => 'ctiso\\Form\\BrowserInput',
'chooser' => 'ctiso\\Form\\Input',
'select_chooser' => 'ctiso\\Form\\SelectOne'
'select_chooser' => 'ctiso\\Form\\SelectOne'
'html_text' => 'ctiso\\Form\\HtmlText'
);
}