FormFieldTextEditor
This class manage single-line text fields.
- AbstractFormField implements FormField
- FormFieldTextEditor
Direct known subclasses
FormFieldAjaxCompleter, FormFieldMailEditor, FormFieldSearch, FormFieldTelEditor, FormFieldUrlEditor
public
|
#
__construct( string $id, string $label, string $value, array $field_options = array(), array $constraints = array() )
Constructs a FormFieldTextEditor. It has these options in addition to the AbstractFormField ones:
|
public
string
|
|
protected
|
|
public
mixed
|
|
protected
|
protected
string
|
$type
|
#
'text'
|
protected
integer
|
$size
|
#
30
|
protected
integer
|
$maxlength
|
#
255
|
$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
|