.iframe
element
The .iframe
action Embeds external web pages or content into your app. It belongs to the html category within the ui area.
Action Syntax
.iframe https://...
A valid URL
.iframe $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Tags
noscroll
hides scroll bars for fixed content display
Examples
// Basic Usage
.iframe https://example.com
// Using Variables
// Display dynamic content from variables
.iframe $page-url
Action code: 4129858856
Version: 0.6.4-5
Last updated: 2025-06-13