FormFieldAjaxSearchUserAutoComplete
This class represents a search user ajax completer field
- AbstractFormField implements FormField
- FormFieldTextEditor
- FormFieldAjaxCompleter
- FormFieldAjaxSearchUserAutoComplete
public
|
#
__construct( string $id, string $label, string $value, array $field_options = array(), array $constraints = array() )
Constructs a FormFieldAjaxCompleter. It has these options in addition to the AbstractFormField ones:
|
compute_options(),
display()
|
get_default_template(),
get_value()
|
protected
boolean
|
$display_html_in_suggestions
|
#
true
|
protected
string
|
$preserve_input
|
#
'true'
|
protected
string
|
$no_suggestion_notice
|
#
'true'
|
$maxlength,
$size,
$type
|
$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
|