Show TOC

TabLocate this document in the navigation structure

Definition

The Tab UI element is an individual tab page within a tab. The tab consists of a header area, a content area, and an optional toolbar.

Description of the View Element Properties
  • closeable

    Specifies whether the user can close the tab.

  • enabled

    Specifies whether or not the tab can be activated to display its content.

  • hasContentPadding

    Controls whether there is a padding around the content of the tab page..

  • visibility

    Specifies whether the Tab is visible and is of type WDVisibilty. More information: Common UI Element Properties

  • visible

    This property is deprecated, use visibility instead.

Properties Overview
Name Class Type Initial Value Bindable

Closeable

IWDTab

boolean

true

bindable

Enabled

IWDTab

boolean

true

bindable

hasContentPadding

IWDTab

boolean

true

bindable

Visibility

IWDTab

WDVisibility

visible

bindable

Visible

IWDTab

boolean

true

bindable