PHP 클래스 dosamigos\datepicker\DatePicker

저자: Antonio Ramirez ([email protected])
상속: extends yii\widgets\InputWidget, use trait DatePickerTrait
파일 보기 프로젝트 열기: 2amigos/yii2-date-picker-widget 1 사용 예제들

공개 프로퍼티들

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