Download the PHP package aayaresko/yii2-widget-maskedinputdatepicker without Composer
On this page you can find all versions of the php package aayaresko/yii2-widget-maskedinputdatepicker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aayaresko/yii2-widget-maskedinputdatepicker
More information about aayaresko/yii2-widget-maskedinputdatepicker
Files in aayaresko/yii2-widget-maskedinputdatepicker
Package yii2-widget-maskedinputdatepicker
Short Description Yii2 widget that allow using of inputmask jquery plugin in conjunction with datepicker jquery plugin
License BSD 3-Clause License
Homepage https://github.com/aayaresko/yii2-widget-maskedinputdatepicker
Informations about the package yii2-widget-maskedinputdatepicker
yii2-widget-maskedinputdatepicker
Implements inputMask jquery plugin in conjunction with DatePicker jquery plugin
Widget InputMask in Conjunction with DatePicker (using jquery plugins).
Creates a DatePicker field with InputMask in specified via maskedInputOptions['mask'] format.
Installation
The preferred way to install extension is via composer. Check the composer.json for this extension's requirements and dependencies.
To install, either run
or add
to the section of your composer.json
.
Usage
Upload all necessary components and prepare widget
Important
Values of fields format
, value
and mask
must be the same
Configure plugin via parameters:
- enableMaskedInput - whether to use InputMask or not (default false - do not use)
- maskedInputOptions - inputmask jquery plugin configuration parameters, it must contain the arrays:
- 'pluginOptions' - jquery plugin settings;
- 'pluginEvents' - jquery plugin events;
- 'mask' - input mask.
License
yii2-widget-maskedinputdatepicker is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.