Class

FormFieldAjaxCompleter

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 - 2010 01 09 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Contributor: mipel mipel@phpboost.com Located at: builder/form/field/FormFieldAjaxCompleter.class.php

This class represents a ajax completer field

AbstractFormField implements FormField
Extended by FormFieldTextEditor
Extended by FormFieldAjaxCompleter
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
public string
# display( )
protected
# compute_options( array & $field_options )
Properties summary
protected boolean $display_html_in_suggestions
# false
protected string $preserve_input
# 'false'
protected string $no_suggestion_notice
# 'false'