Child pages
  • Tab
Skip to end of metadata
Go to start of metadata


Property Summery
Number #containsForm
The name of the form displayed in the tab.
String #foreground
The foreground color of the tab.
Number #imageMedia
The name of the image Media file used.
String #name
The name of the tab.
String #relationName
The name of the relation that links the form which contains the tab
with the form displayed in the tab.
String #text
The text on the tab.
String #toolTipText
The text displayed when hovering over the component with a mouse cursor.

Property Details
containsForm
The name of the form displayed in the tab.
Returns
Number
foreground
The foreground color of the tab.
Returns
String
imageMedia
The name of the image Media file used.
Returns
Number
name
The name of the tab.
Returns
String
relationName
The name of the relation that links the form which contains the tab
with the form displayed in the tab.
Returns
String
text
The text on the tab.
Returns
String
toolTipText

The text displayed when hovering over the component with a mouse cursor.

NOTE:
HTML should be used for multi-line tooltips; you can also use any
valid HTML tags to format tooltip text. For example:
<html>This includes<b>bolded text</b> and
<font color='blue'>BLUE</font> text as well.</html>

Returns
String
  • No labels