mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Custom fields: alpha version.
SVN:trunk[3943]
This commit is contained in:
@@ -33,7 +33,9 @@ class ConsoleFormRenderer extends FormRenderer
|
||||
public function __construct(Form $oForm)
|
||||
{
|
||||
parent::__construct($oForm);
|
||||
$this->AddSupportedField('HiddenField', 'ConsoleSimpleFieldRenderer');
|
||||
$this->AddSupportedField('StringField', 'ConsoleSimpleFieldRenderer');
|
||||
$this->AddSupportedField('SelectField', 'ConsoleSimpleFieldRenderer');
|
||||
$this->AddSupportedField('SubFormField', 'ConsoleSubFormFieldRenderer');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user