iFrame
Embed external web content.
Demo
Basic example
Attributes
Attribute | Type | Description |
---|---|---|
type | string | Type expected is iFrame |
value | string | URL to load inside the iframe |
See section Common attributes.
Extra attributes
Attribute | Type | Description |
---|---|---|
height | number | iFrame height in pixels |
scrolling | boolean | Whether or not to show scrollbars |
showBorder | boolean | Show component border |
Events
Event | When | Additional | Cancellable |
---|---|---|---|
Iframe.ready | Iframe content is loaded | Definition + State | No |
See section Events for more information.
When to use it
Provides similar functionality as a native HTML <iframe></iframe>
.
Use it to embed external web content inside the form.