Controls
iFrame
The iFrame control allows users to embed external web content directly into their interface. This enables seamless integration of third-party web pages, dashboards, videos, or any other embeddable content within the project.
Overview
The iFrame control provides a simple way to display external content without leaving the current application. By specifying a URL, users can embed dynamic web pages, external tools, or live data sources directly onto their canvas.
Key Features
Embed External Content
- Load any webpage, application, or external resource via a URL.
- Display online dashboards, maps, documentation, or multimedia.
Flexible Sizing & Placement
- Adjust the width and height to fit the layout.
- Position the iFrame anywhere within the interface.
Supports Dynamic URLs
- Can be configured to use fixed URLs or dynamically generated links based on system variables.
Secure & Controlled Embedding
- Ensure compatibility with embedded content by handling cross-origin policies.
- Control whether the embedded page has interactive elements or read-only views.
Use Cases
Live Dashboards & Data Feeds
- Example: Embed an online analytics dashboard to monitor real-time metrics.
Video & Media Embedding
- Example: Display a YouTube or Vimeo video tutorial directly within the UI.
External Documentation & Help Pages
- Example: Link to an external help center without redirecting users away from the application.