Jet\UI_tabsJS_content

Tab content container renderer within the tab content switching element. Inherits from Jet\UI_Renderer_Pair.

The renderer is the subrenderer of the tab renderer.

Overview of methods

Method Meaning of
public __construct(
string $id,
UI_tabsJS_tab $tab
)
Parameters:
  • $id
    Tab ID
  • $tab
    The instance of the tab to which the container belongs.
public getIsSelected(
) : bool
Indicates whether the tab is selected.
Previous chapter
Jet\UI_tabsJS_tab
Next chapter
Jet\UI_tree