v7.3.0

TabBar

A special toolbar used by TabPanel to present tabs for the container's items.

The items of a tab bar are typically managed by the tab panel, however, items can be added that do not correspond to items in the tab panel. The weight config of each tab defaults to 0 or the weight of its corresponding item.

This widget is not intended to be used directly

No results

Properties

Properties are getters/setters or publicly accessible variables on this class
  • isTabBar : Booleantrue
    READONLY
    static
    ADVANCED
    Identifies an object as an instance of TabBar class, or subclass thereof.
  • isTabBar : Booleantrue
    READONLY
    ADVANCED
    Identifies an object as an instance of TabBar class, or subclass thereof.

Functions

Functions are methods available for calling on the class
    • onDrop( )
      private

      Handle drop

    CSS variables

    CSS variables that can be set to adjust appearance
    Name Description
    --b-tab-bar-background Tab bar background color
    --b-tab-bar-border-bottom-color Tab bar bottom border color
    --b-tab-bar-border-bottom-width Tab bar bottom border width
    --b-tab-bar-padding Tab bar padding
    type: tabbar

    Source path

    Core/widget/TabBar.js

    Contents