PHP Класс WhMultiSelect

Автор: Antonio Ramirez ([email protected])
Наследование: extends CInputWidget
Показать файл Открыть проект

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

Свойство Тип Описание
$data array @param data for generating the list options (value=>display)
$events the JavaScript event handlers.
$pluginOptions the plugin options

Открытые методы

Метод Описание
init ( ) Initializes the widget.
registerClientScript ( ) Registers required client script for bootstrap multiselect. It is not used through bootstrap->registerPlugin in order to attach events if any
renderField ( ) Renders the multiselect field
run ( ) Runs the widget.

Описание методов

init() публичный Метод

Initializes the widget.
public init ( )

registerClientScript() публичный Метод

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

renderField() публичный Метод

Renders the multiselect field
public renderField ( )

run() публичный Метод

Runs the widget.
public run ( )

Описание свойств

$data публичное свойство

@param data for generating the list options (value=>display)
public array $data
Результат array

$events публичное свойство

the JavaScript event handlers.
public $events

$pluginOptions публичное свойство

the plugin options
См. также: http://davidstutz.github.com/bootstrap-multiselect/
public $pluginOptions