popup in toast

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’});

You may use the built in library ew.jsew.showToast(‘123’,‘Warning’)
or ew.showToast(‘123’)…