Child pages
  • RuntimeTabPanel

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
idclassservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#bgcolor
Gets or sets the background color of a field.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#border
Gets or sets the border attribute(s) of a specified element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#enabled
Gets or sets the enabled state of a specified field, also known as "grayed".
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#fgcolor
Gets or sets the foreground color of a field.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#font
Sets the font name, style, and size of an element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#readOnly
Gets or sets the editable/read-only state of a field; true - read-only; false - editable; ! - the editable/read-only state is inverted (the opposite).
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Object
Table Cell (td)
#tabIndex
Gets or sets the selected tab index for the specified tabpanel.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#toolTipText
Gets or sets the tool tip text of an element; text displays when the mouse cursor hovers over an element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#transparent
Gets or sets the transparency of an element; true - transparent; false - not transparent.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#visible
Gets or sets the visibility of an element; true - visible; false - not visible; ! - the visibility state is inverted (the opposite).

id
HTML Table
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#addTab(form/formname, [name], [tabText], [tooltip], [iconURL], [fg], [bg], [relatedfoundset/relationname], [index])
Adds a relationless or related form as a tab in a specified tabpanel.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getAbsoluteFormLocationY()
Returns the absolute form (designed) Y location.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Object
Table Cell (td)
#getClientProperty(key)
Gets the specified client property for the element based on a key.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getElementType()
Returns the type of a specified element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getHeight()
Returns the height of the current element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getLocationX()
Returns the x location of the current element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getLocationY()
Returns the y location of the current element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getMaxTabIndex()
Returns the maximum tab index for a specified tabpanel.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getName()
Returns the name of an element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getTabFGColorAt(i)
Returns the foreground color for a specified tab of a tabpanel.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getTabFormNameAt(i)
Returns the form name for a specified tab of a tabpanel.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getTabNameAt(i)
Returns the name - the "name" design time property value - for a specified tab of a tabpanel.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getTabRelationNameAt(i)
Returns the relation name for a specified tab of a tabpanel.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getTabTextAt(i)
Returns the text for a specified tab of a tabpanel.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getWidth()
Returns the width of the current element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#isTabEnabledAt(i)
Returns the enabled status of a specified tab in a tabpanel.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#putClientProperty(key, value)
Sets the value for the specified element client property key.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#removeAllTabs()
Removes all tabs for a specified tabpanel.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#removeTabAt(index)
Removes a specified tab in a tabpanel; can be based on a relation or relationless.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setLocation(x, y)
Sets the location of an element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setSize(width, height)
Sets the size of the field.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setTabEnabledAt(i, b)
Sets the status of a specified tab in a tabpanel.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setTabFGColorAt(i, s)
Sets the foreground color for a specified tab in a tabpanel.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setTabTextAt(index, text)
Sets the text for a specified tab in a tabpanel.

...