Showing the Dashboard Designer in iframe
Our sample projects and report templates can help you learn the basics of working with our products.Like the viewer, the dashboard designer can be embedded inside an
Embed a designer page in an iframe.
How it works. The full designer runs in its own document, so it drops into any page without style or scope conflicts.
iframe to isolate its scripts and styles from the host page.Embed a designer page in an iframe.
<iframe style="width: 800px; height: 400px"
src="Using the Full-Screen Mode in the Designer.html"></iframe>- The
srcpage builds the designer with the standard Dashboards.JS code and loads a template. - The iframe keeps the designer's editor scripts and CSS separate from the surrounding application.
How it works. The full designer runs in its own document, so it drops into any page without style or scope conflicts.