\Horde_Core_Ajax_Imple_AutoCompleter_Base

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.

Summary

Methods
Properties
Constants
__construct()
generate()
$params
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$params

$params : array

Configuration parameters.

Type

array

Methods

__construct()

__construct(array  $params = array()) 

Constructor.

Parameters

array $params

Configuration options.

generate()

generate(\Horde_Core_Ajax_Imple_AutoCompleter  $ac) 

Generate the javascript necessary to instantiate the autocompleter object.

Parameters

\Horde_Core_Ajax_Imple_AutoCompleter $ac

The underlying imple object.