PHP Class WhTimezones

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

Public Properties

Property Type Description
$helperOptions extra config options for helper select box
$pluginOptions - country
$useHelperSelectBox whether to use bootstrap helper select Box widget

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

$helperOptions public property

extra config options for helper select box
public $helperOptions

$pluginOptions public property

- country
See also: http://vincentlamanna.com/BootstrapFormHelpers/timezone.html
public $pluginOptions

$useHelperSelectBox public property

whether to use bootstrap helper select Box widget
public $useHelperSelectBox