<tab-select>

The <tab-select> element will select a tab on the client, in essence selecting the screen within a multi-screen screen set. The tab may be selected based on the tab’s label (screen caption), the screen definition’s name, the screen’s position index, a position relative to the currently selected tab’s position, or by specifying the first or last tab from left to right.

Structure

Contains:
  • None
Contained By:
  • <script>
Attributes
Name Description Data Type Default Value Required
tab This attribute can be set to specify the tab to select based on its position relative to the currently selected tab, the first or last tab, or by specifying a positive integer matching the screen’s position index within the screen set. Valid values for this attribute include:
  • first - The first (or left-most) tab displayed.
  • last - The last (or right-most) tab displayed.
  • next - The next tab to the right of the currently selected tab.
  • previous - The previous tab to the right of the currently selected tab.
  • A positive integer matching the screen definitions position within the screen set.
String None No
name This attribute can be set to the screen definition’s name to specify the tab to be selected. String None No
label This attribute can be set to the label of the tab, which is the screen definitions caption attribute value, to be selected. String None No
common script attributes This element includes the following common script attributes:
  • timeout
  • sleep
N/A N/A N/A