PHP Class WhTimezones

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

Méthodes publiques

Свойство Type Description
$helperOptions extra config options for helper select box
$pluginOptions - country
$useHelperSelectBox whether to use bootstrap helper select Box widget

Méthodes publiques

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

Method Details

init() public méthode

Widget's initialization method
public init ( )

registerClientScript() public méthode

Registers client script

renderField() public méthode

Renders the input file field
public renderField ( )

run() public méthode

Runs the widget.
public run ( )

Property Details

$helperOptions public_oe property

extra config options for helper select box
public $helperOptions

$pluginOptions public_oe property

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

$useHelperSelectBox public_oe property

whether to use bootstrap helper select Box widget
public $useHelperSelectBox