PHP 클래스 macgyer\yii2materializecss\widgets\form\DatePicker

Materialize is shipped with the JS library pickadate.js. Please see the official documentation for all options and details. Be aware that not all options of pickadate are currently supported by the Materialize implementation.
또한 보기: http://amsul.ca/pickadate.js/
저자: Christoph Erdmann ([email protected])
상속: extends macgyer\yii2materializecss\lib\BaseInputWidget
파일 보기 프로젝트 열기: macgyer/yii2-materializecss

공개 프로퍼티들

프로퍼티 타입 설명
$clientEvents the event handlers for the underlying date picker JS plugin. Please refer to the corresponding documentation web page.
$clientOptions the options for the underlying datepicker JS plugin. Please refer to the corresponding documentation web page.

공개 메소드들

메소드 설명
run ( ) : string Executes the widget.

메소드 상세

run() 공개 메소드

Executes the widget.
public run ( ) : string
리턴 string the result of widget execution to be outputted.

프로퍼티 상세

$clientEvents 공개적으로 프로퍼티

the event handlers for the underlying date picker JS plugin. Please refer to the corresponding documentation web page.
또한 보기: http://amsul.ca/pickadate.js/date/#events
public $clientEvents

$clientOptions 공개적으로 프로퍼티

the options for the underlying datepicker JS plugin. Please refer to the corresponding documentation web page.
또한 보기: http://amsul.ca/pickadate.js/date/#options
public $clientOptions