efureev/ yii2-izimodal
此包已被弃用,不再维护。未建议替代包。
这是一个用于Noty的Yii2包装小部件,Noty是一个基于jQuery的插件。
0.1.4
2016-09-10 19:25 UTC
Requires
- bower-asset/fe-izimodal: ~1
- yiisoft/yii2: ~2
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: ~5.5
This package is auto-updated.
Last update: 2024-04-29 03:24:16 UTC
README
包装https://github.com/efureev/noty
安装
运行以下命令之一:
composer require "efureev/yii2-init: *"
或者将以下内容添加到您的composer.json文件的require部分:
"efureev/yii2-init": "~2",
方法
- alert - 显示警告窗口
// @var string|object app.msg.alert('Alarma!...');
运行
示例 1
\efureev\noty\NotyWidget::run();
app.msg.alert('Alarma!');
测试
vendor/bin/phpunit