PHP Class WhMultiSelect

Author: Antonio Ramirez ([email protected])
Inheritance: extends CInputWidget
Datei anzeigen Open project: 2amigos/yiiwheels

Public Properties

Property Type Description
$data array @param data for generating the list options (value=>display)
$events the JavaScript event handlers.
$pluginOptions the plugin options

Public Methods

Method 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 method

Initializes the widget.
public init ( )

registerClientScript() public method

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

renderField() public method

Renders the multiselect field
public renderField ( )

run() public method

Runs the widget.
public run ( )

Property Details

$data public_oe property

@param data for generating the list options (value=>display)
public array $data
return 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