Horde_Core_Ajax_Imple_AutoCompleter_Base
in package
AbstractYes
Base class for configuring a javascript autocompleter.
Copyright 2012-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
Properties
- $params : array<string|int, mixed>
- Configuration parameters.
Methods
- __construct() : mixed
- Constructor.
- generate() : mixed
- Generate the javascript necessary to instantiate the autocompleter object.
Properties
$params
Configuration parameters.
public
array<string|int, mixed>
$params
= array()
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $params = array() ]) : mixed
Parameters
- $params : array<string|int, mixed> = array()
-
Configuration options.
generate()
Generate the javascript necessary to instantiate the autocompleter object.
public
abstract generate(Horde_Core_Ajax_Imple_AutoCompleter $ac) : mixed
Parameters
- $ac : Horde_Core_Ajax_Imple_AutoCompleter
-
The underlying imple object.