mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 11:41:31 +00:00
updated streamline-setup v2
This commit is contained in:
+55
@@ -0,0 +1,55 @@
|
||||
$(document).ready(function() {
|
||||
$(".tst1").click(function(){
|
||||
$.toast({
|
||||
heading: 'Welcome to my Elite admin',
|
||||
text: 'Use the predefined ones, or specify a custom position object.',
|
||||
position: 'top-right',
|
||||
loaderBg:'#ff6849',
|
||||
icon: 'info',
|
||||
hideAfter: 3000,
|
||||
stack: 6
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
$(".tst2").click(function(){
|
||||
$.toast({
|
||||
heading: 'Welcome to my Elite admin',
|
||||
text: 'Use the predefined ones, or specify a custom position object.',
|
||||
position: 'top-right',
|
||||
loaderBg:'#ff6849',
|
||||
icon: 'warning',
|
||||
hideAfter: 3500,
|
||||
stack: 6
|
||||
});
|
||||
|
||||
});
|
||||
$(".tst3").click(function(){
|
||||
$.toast({
|
||||
heading: 'Welcome to my Elite admin',
|
||||
text: 'Use the predefined ones, or specify a custom position object.',
|
||||
position: 'top-right',
|
||||
loaderBg:'#ff6849',
|
||||
icon: 'success',
|
||||
hideAfter: 3500,
|
||||
stack: 6
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
$(".tst4").click(function(){
|
||||
$.toast({
|
||||
heading: 'Welcome to my Elite admin',
|
||||
text: 'Use the predefined ones, or specify a custom position object.',
|
||||
position: 'top-right',
|
||||
loaderBg:'#ff6849',
|
||||
icon: 'error',
|
||||
hideAfter: 3500
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user