PHP Class WhTypeAhead

See also: https://github.com/twitter/typeahead.js
Author: Antonio Ramirez ([email protected])
Inheritance: extends CInputWidget
Afficher le fichier Open project: 2amigos/yiiwheels

Méthodes publiques

Свойство Type Description
$debugMode whether to display minified versions of the files or not
$pluginOptions the plugin options

Méthodes publiques

Méthode Description
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.

Method Details

init() public méthode

Initializes the widget.
public init ( )

registerClientScript() public méthode

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

renderField() public méthode

Renders the typeahead field
public renderField ( )

run() public méthode

Runs the widget.
public run ( )

Property Details

$debugMode public_oe property

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

$pluginOptions public_oe property

the plugin options
See also: https://github.com/twitter/typeahead.js
public $pluginOptions