FormFieldFree
This class manage free contents fields. It provides you additionnal field options :
- template : A template object to personnalize the field
- content : The field html content if you don't use a personnal template
- AbstractFormField implements FormField
- FormFieldFree
Direct known subclasses
FormFieldBooleanInformation
public
|
#
__construct( string $id, string $label, mixed $value, array $properties = array() )
Constructs and set parameters to the field. The specific parameters of this abstract class (common with many fields) are the following:
None of these parameters is required. |
public
string
|
|
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
|