IFrame

This UI element is deprecated and is not to be used.
With the portal, you can integrate applications that are not based on the Web Dynpro programming model. UI elements are provided too embed help texts, for example, Explanation and the explanation property in a range of UI elements (for example, InputField, Button). The OfficeControl is provided for embedding documents and the InteractiveForm is provided for PDF forms.
If you still want to use the UI element, note that when interactive, stateful applications, such as BSP or JSP applications, are embedded, these are always reloaded in connection with navigation steps after each server roundtrip. When IFrame is used, no session handling is supported. In particular, the Web Dynpro framework cannot close existing sessions that were initiated through the use of IFrames.
Note that when you refresh, the IFrame is also updated.
In the portal or in the muse client you should set up a separate iView with a fixed or dynamic URL instead of an IFrame.
Note that Web Dynpro cannot guarantee the accessibility of the content of an IFrame. This means that the project in whose applications the IFrame is used is responsible for the accessibility of the content displayed in the IFrame.
The UI element IFrame represents an area separated by a frame, which contains a separate browser page, 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 this frame, as shown in the following graphic:

The content of the IFrame is not affected by each roundtrip. This means, for example, that there are no changes to the scrolling position or to possible entries in input fields of a website which is shown in the IFrame. The IFrame is only completely rebuilt if one of its properties is changed. This is the case, for example, if you attach SPACE to the URL (property source).

The IFrame may not be used in aScrollContainer with scrollingMode not equal to none. The ScrollContainer is also deprecated.
Example of the
Visual Display:
IFrame in a MatrixLayout with Background Shading
|
|

To enable the development of accessible applications, the tooltip property is checked during the syntax check.
Runtime Class |
CL_WD_IFRAME |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
No |
WDY_BOOLEAN |
false |
Yes |
|
WDUI_CONTEXT_MENU_BEHAVIOUR |
inherit |
No |
|
WDY_MD_UI_ELEMENT_REFERENCE |
|
No |
|
WDY_BOOLEAN |
true |
Yes |
|
STRING |
300 |
Yes |
|
WDUI_SCROLLING_MODE |
auto |
Yes |
|
STRING |
|
Yes |
|
Translatable text |
|
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |
|
STRING |
300 |
Yes |

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
BORDER |
WDY_BOOLEAN |
|
CONTEXT_MENU_BEHAVIOUR |
WDUI_CONTEXT_MENU_BEHAVIOUR |
|
contextMenuBehaviour: inherit |
CL_WD_IFRAME=>E_CONTEXT_MENU_BEHAVIOUR-INHERIT |
|
contextMenuBehaviour: provide |
CL_WD_IFRAME=>E_CONTEXT_MENU_BEHAVIOUR-PROVIDE |
|
contextMenuBehaviour: suppress |
CL_WD_IFRAME=>E_CONTEXT_MENU_BEHAVIOUR-SUPPRESS |
|
CONTEXT_MENU_ID |
WDY_MD_UI_ELEMENT_REFERENCE |
|
ENABLED |
WDY_BOOLEAN |
|
HEIGHT |
STRING |
|
SCROLLING_MODE |
WDUI_SCROLLING_MODE |
|
scrollingMode: auto |
CL_WD_IFRAME=>E_SCROLLING_MODE-AUTO |
|
scrollingMode: both |
CL_WD_IFRAME=>E_SCROLLING_MODE-BOTH |
|
scrollingMode: none |
CL_WD_IFRAME=>E_SCROLLING_MODE-NONE |
|
SOURCE |
STRING |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_IFRAME=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_IFRAME=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
|
You can find examples in the system in the Web Dynpro application, WDR_TEST_UI_ELEMENTS.