xj/yii2-pnotify-widget yii2-pnotify-widget

yii2-pnotify-widget

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

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0.1 is the latest of 2 releases



BSD-3-Clause license
Stats
0 github stars & 2 github forks
1 downloads in the last day
15 downloads in the last 30 days
1354 total downloads