PHP Класс Horde_Core_Ajax_Imple_AutoCompleter_Ajax, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Core_Ajax_Imple_AutoCompleter_Base
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_raw array The list of the parameters that are raw javascript.

Открытые методы

Метод Описание
__construct ( array $params = [] )
generate ( Horde_Core_Ajax_Imple_AutoCompleter $ac )

Защищенные методы

Метод Описание
_getOpts ( Horde_Core_Ajax_Imple_AutoCompleter $ac ) : array Return the encode list of options.

Описание методов

__construct() публичный Метод

public __construct ( array $params = [] )
$params array Configuration options: - autoSelect: TODO - frequency: (integer) TODO - indicator: (string) TODO - minChars: (integer) Minimum # of characters before search is made. - onSelect: (string) Javascript code to run on select. - onShow: (string) Javascript code to run on show. - onType: (string) Javascript code to run on type. - filterCallback: (string) Javascript code to run to apply any filtering to results returned by the handler. - paramName: (string) TODO - tokens: (array) Valid token separators.

_getOpts() защищенный Метод

Return the encode list of options.
protected _getOpts ( Horde_Core_Ajax_Imple_AutoCompleter $ac ) : array
$ac Horde_Core_Ajax_Imple_AutoCompleter
Результат array Options list.

generate() публичный Метод

public generate ( Horde_Core_Ajax_Imple_AutoCompleter $ac )
$ac Horde_Core_Ajax_Imple_AutoCompleter

Описание свойств

$_raw защищенное свойство

The list of the parameters that are raw javascript.
protected array $_raw
Результат array