PHP 클래스 WhTypeAhead

또한 보기: https://github.com/twitter/typeahead.js
저자: Antonio Ramirez ([email protected])
상속: extends CInputWidget
파일 보기 프로젝트 열기: 2amigos/yiiwheels

공개 프로퍼티들

프로퍼티 타입 설명
$debugMode whether to display minified versions of the files or not
$pluginOptions the plugin options

공개 메소드들

메소드 설명
init ( ) Initializes the widget.
registerClientScript ( ) Registers required client script for bootstrap typeahead. It is not used through bootstrap->registerPlugin in order to attach events if any
renderField ( ) Renders the typeahead field
run ( ) Runs the widget.

메소드 상세

init() 공개 메소드

Initializes the widget.
public init ( )

registerClientScript() 공개 메소드

Registers required client script for bootstrap typeahead. It is not used through bootstrap->registerPlugin in order to attach events if any

renderField() 공개 메소드

Renders the typeahead field
public renderField ( )

run() 공개 메소드

Runs the widget.
public run ( )

프로퍼티 상세

$debugMode 공개적으로 프로퍼티

whether to display minified versions of the files or not
public $debugMode

$pluginOptions 공개적으로 프로퍼티

the plugin options
또한 보기: https://github.com/twitter/typeahead.js
public $pluginOptions