Documentation

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
author

Michael Slusarz slusarz@horde.org

category

Horde

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

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.


        
On this page

Search results