Entering content frame

Background documentation TabStrip 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.

This property can be personalized by an administrator.

·        height

Height of the interface element, specified in CSS sizes, such as em, ex, pixel, or percent. See also Legend.

This property can be personalized by an administrator.

·        selectedTab

ID of the selected Tab

·        selectionChangeBehaviour

Enables the application itself to change the lead selection. When you choose an entry in the TabStrip with multiple selection the lead selection changes. Data may get lost if there is a single node beneath the lead selection.

Value

Description

auto

Specifies that the UI element automatically changes the lead selection after an interaction by the user before the corresponding event is triggered.

manual

Specifies that the UI element does not change the lead selection after an interaction by the user but triggers the corresponding event. In this case, the event handler must change the lead selection to enable the UI element to display the data. This setting allows you to check the change of the lead selection.

·        tabAlignment

Alignment of the tab.

Value

Description

exact:

Forces the exact specification of height and width of the tab. Each tab has the same height and width which result from the specification of a minimum size and the size specified by the label.

fast

Enables the client to efficiently align height and width.

There is no alignment for browser-based clients. Height and width are specified by the tab label. Height and width of the tabs can be aligned for Web Dynpro clients to optimize the window structure.

·        width

Width of the interface element, specified in CSS sizes, such as em, ex, pixel, or percent. See also Legend.

This property can be personalized by an administrator.

 

 

Leaving content frame