Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

toast.toastAlert ext js

Ext.toast({
     html: 'Data Saved',
     title: 'My Title',
     width: 200,
     align: 't'
 });
Source by docs.sencha.com #
 
PREVIOUS NEXT
Tagged: #ext #js
ADD COMMENT
Topic
Name
5+9 =