Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 820 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 820 Bytes

JWebMP-Toastr

Provides direct access for using Toastr in JWebMP

Example to show a toast :

addFeature(new ToastrFeature("Message","Title",ToastrType.Info));

#Toastr

toastr is a Javascript library for Gnome / Growl type non-blocking notifications. The goal is to create a simple core library that can be customized and extended.

Toastr Link http://codeseven.github.io/toastr/