Class

FormFieldAjaxUserAutoComplete

Package: Builder\Form\field Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Kevin MASSY reidlos@phpboost.com Version: PHPBoost 5.2 - last update: 2018 06 03 Since: PHPBoost 3.0 - 2012 11 15 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Located at: builder/form/field/FormFieldAjaxUserAutoComplete.class.php

This class represents a user ajax completer field

AbstractFormField implements FormField
Extended by FormFieldTextEditor
Extended by FormFieldAjaxCompleter
Extended by FormFieldAjaxUserAutoComplete
Methods summary
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:

  • size: the number of size of the field
  • maxlength: the number of maxlength of the field
  • method: the string method send request : post or get
  • file: the string file url
  • parameter: the string parameter name variable send for request
Properties summary
protected boolean $display_html_in_suggestions
# true
protected string $no_suggestion_notice
# 'true'