FormFieldMultiLineTextEditor
This class manage multi-line text fields, but the text can't be formatted.
- AbstractFormField implements FormField
- FormFieldMultiLineTextEditor
public
|
#
__construct( string $id, string $label, string $value, array $field_options = array(), array $constraints = array() )
Constructs a multi line text edit. In addition to the FormField parameters, there are these ones:
|
public
string
|
|
protected
|
|
protected
|
$constraints,
$css_class,
$css_field_class,
$css_form_field_class,
$description,
$disabled,
$events,
$form_constraints,
$hidden,
$id,
$label,
$pattern,
$placeholder,
$readonly,
$required,
$template,
$validation_error_message,
$value
|