PHP Class WhMultiSelect

Author: Antonio Ramirez ([email protected])
Inheritance: extends CInputWidget
Afficher le fichier Open project: 2amigos/yiiwheels

Méthodes publiques

Свойство Type Description
$data array @param data for generating the list options (value=>display)
$events the JavaScript event handlers.
$pluginOptions the plugin options

Méthodes publiques

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

Method Details

init() public méthode

Initializes the widget.
public init ( )

registerClientScript() public méthode

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

renderField() public méthode

Renders the multiselect field
public renderField ( )

run() public méthode

Runs the widget.
public run ( )

Property Details

$data public_oe property

@param data for generating the list options (value=>display)
public array $data
Résultat array

$events public_oe property

the JavaScript event handlers.
public $events

$pluginOptions public_oe property

the plugin options
See also: http://davidstutz.github.com/bootstrap-multiselect/
public $pluginOptions