xj/yii2-pnotify-widget
最新稳定版本:1.0.1
Composer 安装命令:
composer require xj/yii2-pnotify-widget
包简介
yii2-pnotify-widget
README 文档
README
=================== http://sciactive.github.io/pnotify
composer.json
"require": { "xj/yii2-pnotify-widget": "*" },
example
//in View
PnotifyAssets::register($this);
//JS
new PNotify({ title: "Over Here", text: "Check me out. I'm in a different stack.", addclass: "stack-custom", stack: {"dir1": "down", "dir2": "right", "push": "top"} })
//in View
PNotifyHelperAssets::register($this);
//JS
XJPnotify.notice("notice message") XJPnotify.info("info message") XJPnotify.error("error message") XJPnotify.success("success message") XJPnotify.setIcon("glyphicon glyphicon-envelope") XJPnotify.setIcon("ui-icon ui-icon-mail-closed")
统计信息
- 总下载量: 1.42k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-02-08