PHP Trait dosamigos\datepicker\DatePickerTrait

Author: Antonio Ramirez ([email protected])
Show file Open project: 2amigos/yii2-date-picker-widget

Public Properties

Property Type Description
$clientEvents the event handlers for the underlying Bootstrap DatePicker plugin. Please refer to the DatePicker plugin Web page for possible events.
$clientOptions the options for the Bootstrap DatePicker plugin. Please refer to the Bootstrap DatePicker plugin Web page for possible options.
$containerOptions HTML attributes to render on the container
$language the language to use
$size the size of the input ('lg', 'md', 'sm', 'xs')

Property Details

$clientEvents public property

the event handlers for the underlying Bootstrap DatePicker plugin. Please refer to the DatePicker plugin Web page for possible events.
public $clientEvents

$clientOptions public property

the options for the Bootstrap DatePicker plugin. Please refer to the Bootstrap DatePicker plugin Web page for possible options.
See also: http://bootstrap-datepicker.readthedocs.org/en/release/options.html
public $clientOptions

$containerOptions public property

HTML attributes to render on the container
public $containerOptions

$language public property

the language to use
public $language

$size public property

the size of the input ('lg', 'md', 'sm', 'xs')
public $size