PHP 클래스 Horde_Core_Ajax_Imple_AutoCompleter_Local, 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_Ajax
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_search mixed The search array to send to the browser.

공개 메소드들

메소드 설명
__construct ( mixed $search, array $params = [] )
generate ( Horde_Core_Ajax_Imple_AutoCompleter $ac )

메소드 상세

__construct() 공개 메소드

public __construct ( mixed $search, array $params = [] )
$search mixed The search array to use. If a string, autocompleter will use this JS variable name to do the search. If an array, this data will be passed to the autocompleter automatically.
$params array Configuration options: - autoSelect: TODO - choices: (integer) TODO - frequency: (integer) TODO - fullSearch: (integer) TODO - ignoreCase: (integer) 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. - paramName: (string) TODO - partialChars: (integer) TODO - partialSearch: (integer) TODO - score: (integer) TODO - tokens: (array) Valid token separators.

generate() 공개 메소드

public generate ( Horde_Core_Ajax_Imple_AutoCompleter $ac )
$ac Horde_Core_Ajax_Imple_AutoCompleter

프로퍼티 상세