Default Notice | Use method notice with PNotify | |
Primary Notice | Use method notice with PNotify | |
Success Notice | Use method success with PNotify | |
Info Notice | Use method info with PNotify | |
Error Notice | Use method error with PNotify |
Use variant method from notification alert and set option
like, modules:{ Desktop: { desktop: true}}
with PNotify
Top Left | Set option like, stack:{'dir1': 'down', 'dir2': 'right', 'firstpos1': 25, 'firstpos2': 25, 'push': 'top'} with PNotify | |
Bottom Left | Set option like, stack:{'dir1': 'right', 'dir2': 'up', 'firstpos1': 25, 'firstpos2': 25, 'push': 'top'} with PNotify | |
Bottom Right | Set option like, stack:{'dir1': 'up', 'dir2': 'left', 'firstpos1': 25, 'firstpos2': 25} with PNotify | |
Custom Left | Set option like, stack:{'dir1': 'right', 'dir2': 'down', 'firstpos1': 200, 'firstpos2': 200} with PNotify | |
Custom Right | Set option like, stack:{'dir1': 'left', 'dir2': 'up', 'firstpos1': 200, 'firstpos2': 200} with PNotify | |
Custom Top | Set option like, stack:{'dir1': 'down', 'firstpos1': 0, 'spacing1': 2, 'push': 'top'} with PNotify | |
Custom Bottom | Set option like, stack:{'dir1': 'up', 'firstpos1': 0, 'spacing1': 2, 'push': 'top'} with PNotify |
No Title | Set option like, title:false, icon: false with PNotify | |
Rich Title/Content | Set option like, titleTrusted:true, textTrusted: true with PNotify | |
Click to Close | Set function like, closeOnClickPNotify | |
Custom Button | Set function like, customButtonPNotify | |
Callback Button | Set function like, callbackButtonPNotify | |
Progress Button | Set function like, progressButtonPNotify | |
Dynamic Progress Button | Set function like, dynamicProgressButtonPNotify | |
Multi Line Props | Set function like, multiLinePNotify | |
Prompt Button | Set function like, promptPNotify | |
Confirm Button | Set function like, confirmPNotify | |
Stickey Button | Set function like, stickeyPNotify | |
Permanent Button | Set function like, permanentPNotify |