IFrame

Helps users to embed HTML documents within websites, and allows to build a web page within a web page. Enabling developers to create more dynamic and interactive web pages.

Basic

Source URL

The source URL for the IFrame content. Make sure the URL is HTTPS or localhost and the URL is not blocked by the browser's Content Security Policy (CSP). The header 'X-Frame-Options' should not be set to 'DENY' or 'SAMEORIGIN'.

Interaction

Hide

This sets whether the widget has to be displayed on the screen when the program is loaded. This shows/hides the widget both on desktop and mobile devices.

PropertyDescription

Allow Downloads

Enables the user to download files from the IFrame section.

Allow Submit Form

Allows the user to submit the form placed within the IFrame section.

Allow Microphone

Using the microphone hardware is enabled by setting this ON.

Allow Camera

Using the camera hardware is enabled by setting this ON.

Allow Popups

Popups triggered from the IFrame section is enabled.

Style

PropertyDescription

Background

Users can change the colour of the text background using this property. It has all the RGB colour ranges to pick from. It is recommended to use a corresponding background colour that shows the font clearly.

Border Color

Set the colour to the border lines. The border lines will be shown only if that is enabled.

Border Radius

This sets the radius of the widget's corners, enabling rounded corners on the widget. This value is defined in "px" terms.

Border Width

Set the thickness of the border of the widget using this value. It is defined using "px" terms.

Margin

This value is set in terms of "px" number which creates the space between the border and the content of the widget.

Padding

This value is set in terms of "px" number which creates the space between the border and outer elements.

Last updated