2017 © Pedro Peláez
 

library yii2-pnotify-widget

yii2-pnotify-widget

image

xj/yii2-pnotify-widget

yii2-pnotify-widget

  • Thursday, November 30, 2017
  • by xjflyttp
  • Repository
  • 2 Watchers
  • 0 Stars
  • 461 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

# yii2-pnotify-widget

http://sciactive.github.io/pnotify, (*1)

composer.json

"require": {
    "xj/yii2-pnotify-widget": "*"
},

example

//in View, (*2)

PnotifyAssets::register($this);

//JS, (*3)

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, (*4)

PNotifyHelperAssets::register($this);

//JS, (*5)

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")

The Versions

30/11 2017

dev-master

9999999-dev

yii2-pnotify-widget

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar xjflyttp

06/03 2015

1.0.1

1.0.1.0

yii2-pnotify-widget

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar xjflyttp

09/02 2015

1.0.0

1.0.0.0

yii2-pnotify-widget

  Sources   Download

BSD-3-Clause

The Requires

 

by Avatar xjflyttp