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
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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