Start of Content Area

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

Note

UI element 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 are 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.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

border

IWDIFrame

boolean

false

bindable

No

enabled

IWDUIElement

boolean

true

bindable

No

height

IWDIFrame

int

300

bindable

No

scrollingMode

IWDIFrame

WDScrollingMode

auto

bindable

No

source

IWDIFrame

String

 

bindable

Yes

tooltip

IWDUIElement

String (TranslatableText)

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

width

IWDIFrame

int

300

bindable

No

Note

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

 

End of Content Area