citysites / yii2-jquery-inputmask-multi
Yii2 asset for https://github.com/andr-04/inputmask-multi
Installs: 8 923
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- bower-asset/inputmask-multi: ^1.2
- bower-asset/jquery.bind-first: ^0.2.3
- yiisoft/yii2: ^2.0
- yiisoft/yii2-jui: *
This package is auto-updated.
Last update: 2025-03-05 18:45:26 UTC
README
Documentation
All documantation about cookieconsent you can find here
Installation
Composer
The preferred way to install this extension is through Composer.
Either run composer require citysites/yii2-jquery-inputmask-multi "dev-master"
or add "citysites/yii2-jquery-inputmask-multi": "dev-master"
to the require section of your composer.json
Usage
use \citysites\assets\JqueryInputmaskMultiAsset; JqueryInputmaskMultiAsset::register($this);// $this represents the view object