iFrame Widget Configuration Options

The iFrame widget displays external content in an Application Builder page. For example, using a map service to render an image of the current entity’s location.

The following options can be configured when creating an iFrame widget. To access the current entity, use the variable subject.
Type Description
Height The height of the inline frame.

Default: 300px

Width The width of the inline frame.

Default: 100%

Evaluated URL Ruby code to be evaluated to produce an external source URL for the inline frame. For example, to search the IBM® home page with the same query that was used on a search page, the evaluated URL would be "http://www.ibm.com/Search/?q=" + subject.query.to_s

Default: none