PHP Class TbDatePicker

Author: : antonio ramirez ([email protected])
Inheritance: extends CInputWidget
Afficher le fichier Open project: yinhe/yincart Class Usage Examples

Méthodes publiques

Свойство Type Description
$events the JavaScript event handlers.
$form when created via TbActiveForm. This attribute is set to the form that renders the widget
$options the options for the Bootstrap JavaScript plugin.

Méthodes publiques

Méthode Description
init ( ) ### .init()
registerClientScript ( ) ### .registerClientScript()
registerLanguageScript ( )
run ( ) ### .run()

Method Details

init() public méthode

Initializes the widget.
public init ( )

registerClientScript() public méthode

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

registerLanguageScript() public méthode

run() public méthode

Runs the widget.
public run ( )

Property Details

$events public_oe property

the JavaScript event handlers.
public $events

$form public_oe property

when created via TbActiveForm. This attribute is set to the form that renders the widget
public $form

$options public_oe property

the options for the Bootstrap JavaScript plugin.
public $options