Mixin: TabbedPanelMixin

TabbedPanelMixin

Methods

(static) addTabPanel(tabController, tabTitle, tabContents)

TabPanelを追加する
Parameters:
Name Type Description
tabController object タブオブジェクト
tabTitle string タブタイトル名
tabContents object タブコンテンツデータ
Source:

(static) createTabObject(name, tabElement, panelElement)

TabPanelオブジェクトを作成する
Parameters:
Name Type Description
name string タブオブジェクトに付ける名前
tabElement string タブタイトルid
panelElement string タブコンテンツid
Source:
Returns:
TabPanelオブジェクト

(static) removeTabPanel(tabController)

選択中のTabPanelを削除する
Parameters:
Name Type Description
tabController object タブオブジェクト
Source: