nevermnd/yii2-hinter
Composer 安装命令:
composer require nevermnd/yii2-hinter
包简介
Bootstrap alert hinter.js widget for Yii2
关键字:
README 文档
README
Yii2 hinter.js widget.
Automatically shows a nice hint with messages flashed into session on page load.
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require nevermnd/yii2-hinter:^1.1
or add
"nevermnd/yii2-hinter": "^1.1"
to the require section of your composer.json file.
Usage
<?= Hinter::widget([ 'errorMessageParam' => 'error', 'successMessageParam' => 'success', 'containerSelector' => '#main-div' ]); ?>
For complete documentation, visit the hinter.js page.
License
Licensed under the incredibly permissive MIT license
统计信息
- 总下载量: 664
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-21