popup in toast

Tips submitted by PHPMaker users
Post Reply
dellcentro
User
Posts: 19

popup in toast

Post by dellcentro »

Following code for client-side event to show a message in the toast.

ew.toast({title:'Title of message', body:'Your message', autohide:'true', delay:'5000', animation:'true', class:'toast ew-toast bg-danger fade show'});


rexyau
User
Posts: 18

Post by rexyau »

You may use the built in library ew.js

ew.showToast('123','Warning')
or ew.showToast('123')...


Post Reply