Example of Template in Javascript Toast Control

/
/
Template

This sample demonstrates the Template rendering of the Toast. Static HTML toast to display an alarm notification which can be snoozed or dismissed and Dynamic template rendered using template engine to display mail remainders.

More Details...

Description

This sample illustrates the way to display the template content on the toast. With the usage of Template, the user can format and structure the HTML content to be displayed on the toast as per their application needs. Alarm toast is integrated with button and drop-down list that allows to set timeOut for toast and close it. Dynamic toast opened based on the data source given to add mail reminder notifications and it can be hidden using the close button available More information about Toast can be found in this documentation section.