Page 1 of 1

popup in toast

Posted: Fri Jan 28, 2022 6:20 pm
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'});


Re: popup in toast

Posted: Sun Mar 06, 2022 12:20 pm
by rexyau

You may use the built in library ew.js

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