Start of Content Area

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

Properties in the View Designer

      accessibilityDescription

Once you have activated accessibility, 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.

      activateAccessKey

Activation of access keys.

This property can be personalized by an administrator.

      height

Height of the UI element. More information: Methods and Properties of UI Elements.

This property can be personalized by an administrator.

      selectedTab

ID of the selected tab.

Note

This property, which does not have to be bound, can be changed by the client. More information: Properties Used in MultiPane or TablePopin.

      selectionChangeBehaviour

Enables the application to reset the selectedTab property.

Value

Description

auto

With user interaction, the selectedTab is set and the onSelect event triggered.

manual

With user interaction, only the onSelect event is triggered; the selectedTab is not set by the framework. This means that the applications can decide whether the tab switch should take place or not. If the tab switch is to take place, the application itself must set the selectedTab property.

      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, resulting 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. The height and width of the tabs can be modified for Web Dynpro clients to optimize the window structure.

      width

Width of the UI element. More information: Methods and Properties of UI Elements.

This property can be personalized by an administrator.

 

 

End of Content Area