Iframe

An Iframe is used as a way to display a page from outside the application, as long as that page can be referenced from a URL. For example, you can show a page from your organization's intranet, a link to a report generated by another application, or to a page on the Internet. The default URL used in the Iframe is set using the Src property.

Properties

The Iframe control has the following properties:

Properties Description
FrameBorder

The FrameBorder property is used to specify the style of a frame border.

Height

The Height property is used to specify the height (in pixels) of an attribute, control, or widget.

Left

The Left property is used to set the number of pixels from the left side of a page that an attribute, control, or widget is positioned. Use this property to align the attributes, controls, and widgets on a page.

ID

Read only. The ID property is used to show the unique ID of the design control.

Src

The Src property is used to specify the source URL for an image in an Image control.

TabIndex

The TabIndex property is used to set the navigation order when using the TAB key. When the user tabs through the page, the field with a Tab Index of "1" will be first field, "2" second, and so on. For a read-only field, you should not add a Tab Index. This lets the user skip over this field when tabbing through the page.

Top

The Top property is used to set the number of pixels from the top of a page that an attribute, control, or widget is positioned. Use this property to align the attributes, controls, and widgets on a page.

Type

Read only. The Type property is used to show the control type. For example, linklabel, button, hr, and so on.

Width

The Width property is used to specify the width (in pixels) of an attribute, control, or widget.

Z-Index

The Z-Index property is used to set the order by which attributes, controls, and widgets are layered on a page. For example, you can layer a form on top of an image.