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

A UITabPanel is a single "tab" in a UITabControl.

Index

Rules

controlType

controlType: String

Internal Use Only

Flags : Cached (Note this is uncached)

Expression : "TabPanel"

header

header: String

The text which appears on the tab.

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

Expression : ""

imageHeight

imageHeight: String

Height of the header image in pixels, %, vw or vh.

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

Expression : "32px"

imageUrl

imageUrl: String

Url to the image for this tab.

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

Expression : ""

imageWidth

imageWidth: String

Width of the header image in pixels, %, vw or vh.

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

Expression : "32px"

tabEnable

tabEnable: Boolean

Whether this tab is enabled.

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

Expression : true

tabName

tabName: String

The unique name for this tab.

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

Expression : this.name

useImage

useImage: Boolean

If 'true' shows the image in the tab header.

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

Expression : false