Class: TabGroup

vef.ui.TabGroup(target)

Ui class for displaying multiple content groups as tabs

Constructor

new TabGroup(target)

Parameters:
Name Type Description
target HTMLElement
Source:

Methods

addGroup(title, element)

Add a HTMLElement to the tab group
Parameters:
Name Type Description
title string
element HTMLElement
Source:

showGroup(title)

Display a group identified by the title
Parameters:
Name Type Description
title string
Source: