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

Refresh page Apr 25, 2024 17:11

Supported Clients
SmartClient WebClient NGClient

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

Supported Clients

SmartClient,WebClient,NGClient

Sample

 

foreground

The foreground color of the tab.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 

imageMedia

The name of the image Media file used.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 

mnemonic

Mnemonic used to switch to tab.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 

name

The name of the tab.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 

relationName

The name of the relation that links the form which contains the tab 
with the form displayed in the tab.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 

text

The text on the tab.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

 

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

Supported Clients

SmartClient,WebClient,NGClient

Sample

 

  • No labels