Tab Node

The WorkWithPlus pattern structure tree for the Person transaction shows the TableAttributes node expanded to a Tabs (Tabs) container with three tabs: General Information (GeneralInfo), Additional Data (AdditionalData), and Emails, each holding its own Table (R) node.

Tab node has the following properties:

Category Property  
General Properties Control Name The Properties panel for the tab node "General Information (GeneralInfo)" shows its Control name set to GeneralInfo and its Title set to General Information.
Title

General Properties:

Control Name:

Tab control's name. This property is required in order to identify it from other tab objects within the tabs control.


Title:

Tab's title. Specifies the title that will be displayed on top of the tab.
 

At runtime, we will visualize what follows:

The generated Person web form shows three tab captions, General Information, Additional Data, and Emails, with red callout arrows labeled "Tab's titles" pointing at them; the active General Information tab displays Id, First Name, Last Name, Cell Number, Nickname, Home Number, and Birth Date fields with Confirm and Cancel buttons.

Tab node has only one child as a node, and it is a Table with the same properties and children of main the Table nodes within the same object.

If you want to read more information about Tabs functionality, follow this link: Tabs Control