Tab Control

The tab-group attribute defines the group name.

The tab-name attribute defines the relation name.

The tab-value attribute defines the active class name.

<tagname tab-group="group-name" tab-name="relation-name" tab-value="class-name">...</tagname>
Attribute Mandatory Value Description
tab-group Y group name The group name
tab-name Y relation name The relation name
tab-value Y active class name The active class name

Application Programming Interface

tabControl(tab-group, tab-name, tab-value);