Copyright © 2021 by K4.org
  (v.0.48.124)

A UITabControl is an empty container which can contain UITabPanel children.

Index

Rules

activeTab

activeTab: String

?

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : ""

bindParent

bindParent: Any

The owner of the bindTarget.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : this

bindTarget

bindTarget: String

The name of the rule which holds the index of the currently active tab.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "activeTab"

controlType

controlType: String

Internal Use Only

Flags : Cached (Note this is uncached)

Expression : "TabControl"

instantUpdate

instantUpdate: Boolean

Only used wheninside a UIDialog. If true, bypasses the normal "update on OK" behavior of UIDialog, and will update the UI as soon as a change is made.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : false

orientation

orientation: String

One of 'top', 'left', 'right', or 'bottom', indicating where the tabs are to be placed.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "top"

tabs

tabs: Array

The set of tabs on this control.

Flags : Cached (Note this is uncached)

Expression : this.children.filter(n => R.isKindOf(n, 'UITabPanel'))