PHP Class 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.
See also: http://amsul.ca/pickadate.js/
Author: Christoph Erdmann ([email protected])
Inheritance: extends macgyer\yii2materializecss\lib\BaseInputWidget
Datei anzeigen Open project: macgyer/yii2-materializecss

Public Properties

Property Type Description
$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.

Public Methods

Method Description
run ( ) : string Executes the widget.

Method Details

run() public method

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

Property Details

$clientEvents public_oe property

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

$clientOptions public_oe property

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