Implemented MaskedInput widget.

This commit is contained in:
Qiang Xue
2013-05-28 22:06:31 -04:00
parent 5e8154ed7f
commit 249f90f5ee
5 changed files with 547 additions and 2 deletions

View File

@@ -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'),
),
);