Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145285 | Jun 15,2019 08:33 PM UTC | Jan 30,2020 04:39 AM UTC | Vue | 10 |
![]() |
Tags: Toast |
import { createSpinner, showSpinner, hideSpinner} from "@syncfusion/ej2-popups";
//Use this method to show the spinner
showSpinner(document.getElementById("spinnerTarget"));
//Use this method to hide after certain time interval setInterval(function() { hideSpinner(document.getElementById("spinnerTarget"));
}, 1000); |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.