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:

The size of the TabStrip is defined so that the contents of all tabs fit in. This means that when you toggle between the tabs the width and height of the TabStrip remain the same. This works only if the onSelect event is not bound to an action and therefore all tabs are available in the browser.

With this setting the page can take longer to display.

fast

The size of the TabStrip matches the size of the tab just selected.

This option should be selected for system performance reasons. To prevent the TabStrip from jumping about when the user toggles between different tabs, you can set the width of the TabStrip to 100%, and specify a sufficiently large absolute height (e.g. 300px).

      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