PHP Класс dosamigos\datepicker\DatePicker

Автор: Antonio Ramirez ([email protected])
Наследование: extends yii\widgets\InputWidget, use trait DatePickerTrait
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$addon the addon markup if you wish to display the input as a component. If you don't wish to render as a component then set it to null or false.
$inline whether to render the input as an inline calendar
$template the template to render the input.

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

Метод Описание
init ( )
registerClientScript ( ) Registers required script for the plugin to work as DatePicker
run ( )

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

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

public init ( )

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

Registers required script for the plugin to work as DatePicker

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

public run ( )

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

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

the addon markup if you wish to display the input as a component. If you don't wish to render as a component then set it to null or false.
public $addon

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

whether to render the input as an inline calendar
public $inline

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

the template to render the input.
public $template