Skip to main content

IFrame component

Level: beginner

Use the IFrame component to embed external content into a page.

View the example of a configuration object that embeds external content into a page below.

Example of a configuration object that embeds external content into a page
{
"type": "crt.IFrame",
"name": "Link name",
"urlContent": "https://creatio.com/",
}

string type

Component type. crt.IFrame for the IFrame component.


string name

The name of the URL to receive the external content.


string urlContent

The URL to receive the external content.