Utility class for the Joomla core UI Tab element.
- Depuis
- 4.0.0
◆ addTab()
static addTab |
( |
|
$selector, |
|
|
|
$id, |
|
|
|
$title |
|
) |
| |
|
static |
Begins the display of a new tab content panel.
- Paramètres
-
string | $selector | Identifier of the panel. |
string | $id | The ID of the div element |
string | $title | The 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()
Close the current tab content panel
- Renvoie
- string HTML to close the pane
- Depuis
- 4.0.0
◆ endTabSet()
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 | $selector | The pane identifier. |
array | $params | The parameters for the pane |
- Renvoie
- string
- Depuis
- 4.0.0
Références $params, $selector, et Factory\getDocument().
◆ $loaded
La documentation de cette classe a été générée à partir du fichier suivant :