Правки в формах
This commit is contained in:
parent
0c4c6fd86e
commit
b498cef165
2 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ function applyComponents($text) {
|
|||
|
||||
class ComponentRequest {
|
||||
public $component_id;
|
||||
public $component_title;
|
||||
public $r;
|
||||
|
||||
function __construct($c, HttpRequest $r) {
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ class Form_Form extends View_View {
|
|||
'upload' => 'TUpload',
|
||||
'image' => 'TUpload',
|
||||
'checkbox' => 'TCheckbox',
|
||||
'checkmany' => 'TSelectMany',
|
||||
'checkmany' => 'Form_SelectMany',
|
||||
'hidden' => 'THidden',
|
||||
'radio' => 'Form_SelectOne',
|
||||
'filebrowser' => 'TComponentBrowserInput',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue