Entering content frame

Background documentation ToolBar Properties Locate the document in its SAP Library structure

Properties in the View Designer

·        accessibilityDescription

When accessibility is activated, the assigned text is added to the quick info. This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.

·        design

Display of the UI element.

Value

Visual Display

Description

standard

 

Standard display of the UI element.

emphasized

 

The UI element is displayed highlighted and without the left design toolbar.

·        enabled

Specifies whether or not an event can be triggered by a user interaction. If the value is TRUE, the view elements positioned above it are used at runtime to determine the value. This means that if the surrounding container is not enabled, all the containers within this are also not enabled.

Note

In Web Dynpro ABAP “enabled” is always passed down from parent to child. If a UI element lies nested in another UI element that has enabled=FALSE, then this UI element has also enabled=false.

·        visible

Visible display of the interface element on the screen.

This property can be personalized by an administrator.

Value

Description

Can be set using personalization

none

The UI element is not visible on the screen.

yes

visible

The UI element is visible on the screen.

no

·        wrapping

Indicates whether or not the text is wrapped. If the value is false, the text is not wrapped.

 

 

Leaving content frame