Show TOC

ToolBar PropertiesLocate this document in the navigation structure

Use
  • accessibilityDescription

    If 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 administrators.

  • design

    How the UI element is displayed. See also, application parameter WDSTYLE_TOOLBARDESIGN.

    Value

    Description

    standard

    Standard display of the UI element.

    emphasized

    The UI element is highlighted.

    transparent

    The UI element is transparent and has no border.

  • itemOverflow

    You use this property in connection with the wrapping property to specify how elements that no longer fit in one ToolBar row are displayed.

    Note

    To use the itemOverflow property, the wrapping property must be set to true. If wrapping is set to false, the elements are truncated at the edge.

    Value

    Description

    Item Menu

    Activating the Overflow Mechanism

    If you make the browser window smaller, all elements that no longer fit into one row of the ToolBar are automatically put into a dropdown menu. At least the first ToolBar element and an arrow to expand the menu are displayed.

    The overflow mechanism is supported for the following UI elements:

    Wrap Items

    Standard display

    Elements that no longer fit in one toolBar row are wrapped in new rows.

    Note

    Elements that do not fit into one line of the toolbar, can be put either into a dropdown menu or into a new row. The two options cannot be combined.

  • wrapping

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