Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147406 | Sep 9,2019 08:31 PM UTC | Sep 12,2019 02:37 PM UTC | React - EJ 2 | 5 |
![]() |
Tags: DashboardLayout |
changeContent() {
// Show the Spinner element
showSpinner(document.getElementById("layout_0"));
// Change the content of dashboard layout
let panel: any = { id:"layout_0", content:this.lineTemplate, header:"<div>Column chart</div>" };
this.dashboardObj.updatePanel(panel);
setTimeout(function(e) {
// Hide the spinner element
hideSpinner(document.getElementById("layout_0"));
},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.