Правки в формах
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 {
|
class ComponentRequest {
|
||||||
public $component_id;
|
public $component_id;
|
||||||
|
public $component_title;
|
||||||
public $r;
|
public $r;
|
||||||
|
|
||||||
function __construct($c, HttpRequest $r) {
|
function __construct($c, HttpRequest $r) {
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ class Form_Form extends View_View {
|
||||||
'upload' => 'TUpload',
|
'upload' => 'TUpload',
|
||||||
'image' => 'TUpload',
|
'image' => 'TUpload',
|
||||||
'checkbox' => 'TCheckbox',
|
'checkbox' => 'TCheckbox',
|
||||||
'checkmany' => 'TSelectMany',
|
'checkmany' => 'Form_SelectMany',
|
||||||
'hidden' => 'THidden',
|
'hidden' => 'THidden',
|
||||||
'radio' => 'Form_SelectOne',
|
'radio' => 'Form_SelectOne',
|
||||||
'filebrowser' => 'TComponentBrowserInput',
|
'filebrowser' => 'TComponentBrowserInput',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue