IFrame
Show an iframe.
Interface
interface IIFrameField extends IBaseField {
url: string;
height?: string;
}Example
json
IFrame
{
"name": "title",
"type": "IFrame",
"url": "{base.urls.detailUrl}?stay=true"
}Properties
type
Must be “IFrame”.
-
Type:
"IFrame" -
Required: Yes
url
IFrame url.
-
Type:
string -
Required: Yes
height
IFrame height.
-
Type:
string -
Required: No
Last updated on