PHP Класс TbDatePicker

Автор: : antonio ramirez ([email protected])
Наследование: extends CInputWidget
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
init ( ) ### .init()
registerClientScript ( ) ### .registerClientScript()
registerLanguageScript ( )
run ( ) ### .run()

Описание методов

init() публичный Метод

Initializes the widget.
public init ( )

registerClientScript() публичный Метод

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

registerLanguageScript() публичный Метод

run() публичный Метод

Runs the widget.
public run ( )

Описание свойств

$events публичное свойство

the JavaScript event handlers.
public $events

$form публичное свойство

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

$options публичное свойство

the options for the Bootstrap JavaScript plugin.
public $options