PHP Класс WhTypeAhead

См. также: https://github.com/twitter/typeahead.js
Автор: Antonio Ramirez ([email protected])
Наследование: extends CInputWidget
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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