PHP 트레잇 dosamigos\datepicker\DatePickerTrait

저자: Antonio Ramirez ([email protected])
파일 보기 프로젝트 열기: 2amigos/yii2-date-picker-widget

공개 프로퍼티들

프로퍼티 타입 설명
$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')

프로퍼티 상세

$clientEvents 공개적으로 프로퍼티

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

$clientOptions 공개적으로 프로퍼티

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

$containerOptions 공개적으로 프로퍼티

HTML attributes to render on the container
public $containerOptions

$language 공개적으로 프로퍼티

the language to use
public $language

$size 공개적으로 프로퍼티

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