PATH:
home
/
centosnipponia
/
public_html
/
ts
/
public
/
js
(function($) { showSuccessToast = function() { 'use strict'; resetToastPosition(); $.toast({ heading: 'Success', text: 'And these were just the basic demos! Scroll down to check further details on how to customize the output.', showHideTransition: 'slide', icon: 'success', loaderBg: '#f96868', position: 'top-right' }) }; showInfoToast = function() { 'use strict'; resetToastPosition(); $.toast({ heading: 'Info', text: 'And these were just the basic demos! Scroll down to check further details on how to customize the output.', showHideTransition: 'slide', icon: 'info', loaderBg: '#46c35f', position: 'top-right' }) }; showWarningToast = function() { 'use strict'; resetToastPosition(); $.toast({ heading: 'Warning', text: 'And these were just the basic demos! Scroll down to check further details on how to customize the output.', showHideTransition: 'slide', icon: 'warning', loaderBg: '#57c7d4', position: 'top-right' }) }; showDangerToast = function() { 'use strict'; resetToastPosition(); $.toast({ heading: 'Danger', text: 'And these were just the basic demos! Scroll down to check further details on how to customize the output.', showHideTransition: 'slide', icon: 'error', loaderBg: '#f2a654', position: 'top-right' }) }; showToastPosition = function(position) { 'use strict'; resetToastPosition(); $.toast({ heading: 'Positioning', text: 'Specify the custom position object or use one of the predefined ones', position: String(position), icon: 'success', stack: false, loaderBg: '#f96868' }) } showToastInCustomPosition = function() { 'use strict'; resetToastPosition(); $.toast({ heading: 'Custom positioning', text: 'Specify the custom position object or use one of the predefined ones', icon: 'success', position: { left: 120, top: 120 }, stack: false, loaderBg: '#f96868' }) } resetToastPosition = function() { $('.jq-toast-wrap').removeClass('bottom-left bottom-right top-left top-right mid-center'); // to remove previous position class $(".jq-toast-wrap").css({ "top": "", "left": "", "bottom": "", "right": "" }); //to remove previous position style } })(jQuery);
[+]
..
[-] alerts.js
[edit]
[-] app.js
[edit]
[-] calendar.js
[edit]
[-] carousel.js
[edit]
[-] chart-amcharts.js
[edit]
[-] chart-chartist.js
[edit]
[-] chart-flot.js
[edit]
[-] chart-knob.js
[edit]
[-] charts.js
[edit]
[-] dashboard-charts.js
[edit]
[-] form-advanced.js
[edit]
[-] form-components.js
[edit]
[-] form-picker.js
[edit]
[-] forms.js
[edit]
[-] layouts.js
[edit]
[-] popper.js.map
[edit]
[-] range-slider.js
[edit]
[-] rating.js
[edit]
[-] session-time-out.js
[edit]
[-] tables.js
[edit]
[-] taskboard.js
[edit]
[-] widget-chart.js
[edit]
[-] widget-data.js
[edit]
[-] widget-statistic.js
[edit]
[-] widgets.js
[edit]
[-] chat.js
[edit]
[+]
va
[-] customva.js
[edit]
[-] editable-datatable.js
[edit]
[-] custom.js
[edit]
[-] get-role.js
[edit]
[-] permission.js
[edit]
[-] casereview.js
[edit]
[-] datatables.js
[edit]
[-] .htaccess.disabled
[edit]