Show TOC Start of Content Area

Object documentation IFrame API  Locate the document in its SAP Library structure

Note

IFrame is deprecated and should no longer be used.

Definition

UI element IFrame is an internal frame within a view. This frame can be used to display external sources like HTML pages within a specific area of the user interface. In general, a vertical and horizontal scroll bar is activated to view the content of this UI element. You can scroll within the frame content, as shown in the following graphic:

This graphic is explained in the accompanying text

Description of UI Element Properties

      border

Specifies whether or not UI element IFrame is displayed with a border.

      height

Specifies the height of an internal frame.

      scrollingMode

Specifies how the scroll bar can be displayed within the IFrame UI element container.
Property
scrollingMode can take the following values and is represented by enumeration type WDScrollingMode.

auto

The scroll bar within the container is activated automatically.

both

A vertical and horizontal scroll bar are activated.

none

Scrolling within the text context is not possible.

      source

Specifies the source of the frame content to be displayed in this UI element.

      width

Specifies the width of the internal frame.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

border

IWDIFrame

boolean

false

bindable

enabled

IWDUIElement

boolean

true

bindable

height

IWDIFrame

int

300

bindable

scrollingMode

IWDIFrame

WDScrollingMode

auto

bindable

source

IWDIFrame

String

 

bindable

tooltip

IWDUIElement

String (TranslatableText)

 

bindable

visible

IWDUIElement

WDVisibility

visible

bindable

width

IWDIFrame

int

300

bindable

Note

The inherited properties enabled and tooltip are ignored and do not affect the browser.

 

End of Content Area