DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR.



Property Summary
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
mnemonic
Mnemonic used to switch to tab.
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
 

mnemonic

Mnemonic used to switch to tab.

Returns

String
 

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