Tab: Configuration

In this topic, you can learn how to define the layout of a tab and how to adjust the tab visibility.

Tab Layout

You organize the layout of a tab as follows:
  • If the tab will contain only a table, see Table (Grid).
  • If the tab will not contain only a table, you use a nested qp-template tag. For details about the organization of the layout with qp-template, see Form Layout: Predefined Templates.

Conditional Visibility of a Tab

To display the tab conditionally, use if.bind='<condition>' for the qp-tab tag, as shown in the following example.
<qp-tab if.bind='Document.OrderType.value.id != "TR"'>
</qp-tab>