承接 xj/yii2-pnotify-widget 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 2
  • 开发语言: JavaScript

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-02-08