PHP Class WhSelectBox

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

Public Properties

Property Type Description
$data the data list to display
$displayFilter whether to display filter or not
$size size. Valid values are: - input-mini - input-small - input-medium - input-large - input-xlarge - input-xxlarge
$wrapperOptions the htmlOptions of the wrapper layer

Public Methods

Method Description
init ( ) Widget's initialization method
registerClientScript ( ) Registers client script
renderField ( ) Renders the input file field
run ( ) Runs the widget.

Method Details

init() public method

Widget's initialization method
public init ( )

registerClientScript() public method

Registers client script

renderField() public method

Renders the input file field
public renderField ( )

run() public method

Runs the widget.
public run ( )

Property Details

$data public property

the data list to display
public $data

$displayFilter public property

whether to display filter or not
public $displayFilter

$size public property

size. Valid values are: - input-mini - input-small - input-medium - input-large - input-xlarge - input-xxlarge
public $size

$wrapperOptions public property

the htmlOptions of the wrapper layer
public $wrapperOptions