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.

      height

Height of the interface element, specified in CSS sizes, such as em, ex, pixel, or percent. See also General Information About 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. See also Properties Used in MultiPane or TablePopin

      selectionChangeBehaviour

Enables the application to set 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.<0} {0>Soll der Tab-Wechsel erfolgen, so muss die Anwendung die Eigenschaft selectedTab selbst setzen<}99{>If the tab switch is to take place, the application itself must set the property selctedTab.

      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.

 

 

 

End of Content Area