JSTab
Last updated
Last updated
Type | Name | Summary |
---|---|---|
Type | Name | Summary |
---|---|---|
The name of the form displayed in the tab.
Type JSForm
Sample
The foreground color of the tab.
Type String
Sample
The name of the image Media file used.
Type JSMedia
Sample
Mnemonic used to switch to tab.
Type String
Sample
The name of the tab.
Type String
Sample
The name of the relation that links the form which contains the tab with the form displayed in the tab.
Type String
Sample
The text on the tab.
Type String
Sample
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 includesbolded text and <font color='blue'>BLUE</font> text as well.</html>
Type String
Sample
The X coordinate of the tab. This influences the order in which the tabs are displayed. The tabs are displayed in increasing order of the X coordinate. If two tabs have the same X coordinate, then they are displayed in increasing order of the Y coordinate.
Type Number
Sample
The Y coordinate of the tab. Together with the X coordinate, this influences the order in which the tabs are displayed. The tabs are displayed in increasing order of the X coordinate, and if two tabs have the same X coordinate, then they are displayed in increasing order of the Y coordinate.
Type Number
Sample
Returns the comment of this component.
Returns: String
Sample
Returns the UUID of this component.
Returns: UUID
Sample
The name of the form displayed in the tab.
The foreground color of the tab.
The name of the image Media file used.
Mnemonic used to switch to tab.
The name of the tab.
The name of the relation that links the form which contains the tab with the form displayed in the tab.
The text on the tab.
The text displayed when hovering over the component with a mouse cursor.
The X coordinate of the tab.
The Y coordinate of the tab.
Returns the comment of this component.
Returns the UUID of this component.