Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe UiTab

Fonctions membres publiques statiques

static startTabSet ($selector='myTab', $params=array())
 
static endTabSet ()
 
static addTab ($selector, $id, $title)
 
static endTab ()
 

Attributs protégés statiques

static $loaded = array()
 

Description détaillée

Utility class for the Joomla core UI Tab element.

Depuis
4.0.0

Documentation des fonctions membres

◆ addTab()

static addTab (   $selector,
  $id,
  $title 
)
static

Begins the display of a new tab content panel.

Paramètres
string$selectorIdentifier of the panel.
string$idThe ID of the div element
string$titleThe title text for the button
Renvoie
string HTML to start a new panel
Depuis
4.0.0

Références $active, $id, $selector, $title, et ENT_COMPAT.

◆ endTab()

static endTab ( )
static

Close the current tab content panel

Renvoie
string HTML to close the pane
Depuis
4.0.0

◆ endTabSet()

static endTabSet ( )
static

Close the current tab pane

Renvoie
string HTML to close the pane
Depuis
4.0.0

◆ startTabSet()

static startTabSet (   $selector = 'myTab',
  $params = array() 
)
static

Creates a core UI tab pane

Paramètres
string$selectorThe pane identifier.
array$paramsThe parameters for the pane
Renvoie
string
Depuis
4.0.0

Références $params, $selector, et Factory\getDocument().

Documentation des champs

◆ $loaded

$loaded = array()
staticprotected

La documentation de cette classe a été générée à partir du fichier suivant :