mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-02 08:00:50 +08:00
Implemented MaskedInput widget.
This commit is contained in:
@@ -48,4 +48,11 @@ return array(
|
||||
YII_DEBUG ? 'punycode/punycode.js' : 'punycode/punycode.min.js',
|
||||
),
|
||||
),
|
||||
'yii/maskedinput' => array(
|
||||
'sourcePath' => __DIR__ . '/assets',
|
||||
'js' => array(
|
||||
'jquery.maskedinput.js',
|
||||
),
|
||||
'depends' => array('yii/jquery'),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user