PHP Class WhDatePicker

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

Méthodes publiques

Свойство Type Description
$events the JavaScript event handlers.
$pluginOptions the options for the Bootstrap JavaScript plugin.

Méthodes publiques

Méthode Description
init ( ) Initializes the widget.
initOptions ( ) Initializes options
registerClientScript ( ) Registers required client script for bootstrap datepicker.
renderField ( ) Renders field
run ( ) Runs the widget.

Method Details

init() public méthode

Initializes the widget.
public init ( )

initOptions() public méthode

Initializes options
public initOptions ( )

registerClientScript() public méthode

Registers required client script for bootstrap datepicker.

renderField() public méthode

Renders field
public renderField ( )

run() public méthode

Runs the widget.
public run ( )

Property Details

$events public_oe property

the JavaScript event handlers.
public $events

$pluginOptions public_oe property

the options for the Bootstrap JavaScript plugin.
public $pluginOptions