branchonline/yii2-sweetalert
最新稳定版本:1.0.1
Composer 安装命令:
composer require branchonline/yii2-sweetalert
包简介
SweetAlert widget for Yii2
README 文档
README
- SweetAlert widget based on SweetAlert extension http://tristanedwards.me/sweetalert
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist branchonline/yii2-sweetalert "*"
or add
"branchonline/yii2-sweetalert": "*"
to the require section of your composer.json.
Usage
Once the extension is installed, simply add widget to your page as follows:
- Default usage, render all flash messages stored in session flash via Yii::$app->session->setFlash().
echo SweetAlert::widget();
- Custom usage example:
echo SweetAlert::widget([ 'useSessionFlash' => false, 'options' => [ 'title' => 'Success message', 'type' => 'Success', 'text' => "You will not be able to recover this imaginary file!", 'confirmButtonText' => "Yes, delete it!", 'cancelButtonText' => "No, cancel plx!" ] ]);
More info
More info about the SweetAlert can be found on options page
统计信息
- 总下载量: 1.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-05-13