nsept/yii2-passfield
最新稳定版本:1.0.0
Composer 安装命令:
composer require nsept/yii2-passfield
包简介
A password field widget for Yii2 that allows you to display/hide input characters
README 文档
README
A password field widget for Yii2 that allows you to display/hide input characters
Installation
Either run
composer require nsept/yii2-passfield "*"
or add
"nsept/yii2-passfield": "*"
to the require section of your composer.json file.
Usage
<?= \nsept\passfield\PassfieldWidget::widget([ 'form' => $form, 'model' => $model, 'attribute' => 'password', 'pluginOptions' => [ // Custom icons 'iconShow' => '<i class="fa fa-eye"></i>', 'iconHide' => '<i class="fa fa-eye-slash"></i>', // Custom titles 'titleShow' => 'Show', 'titleHide' => 'Hide' ] ]) ?>
统计信息
- 总下载量: 5.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-09