Liste de tous les membres
Fonctions membres publiques statiques |
static | start ($group= 'tabs', $params=array()) |
static | end () |
static | panel ($text, $id) |
Fonctions membres protégées statiques |
static | _loadBehavior ($group, $params=array()) |
Documentation des fonctions membres
static JHtmlTabs::_loadBehavior |
( |
|
$group, |
|
|
|
$params = array() |
|
) |
| |
|
staticprotected |
static JHtmlTabs::end |
( |
| ) |
|
|
static |
Close the current pane
- Renvoie:
- string HTML to close the pane
- Depuis:
- 11.1
static JHtmlTabs::panel |
( |
|
$text, |
|
|
|
$id |
|
) |
| |
|
static |
Begins the display of a new panel.
- Paramètres:
-
string | $text | Text to display. |
string | $id | Identifier of the panel. |
- Renvoie:
- string HTML to start a new panel
- Depuis:
- 11.1
Références $id, et $text.
static JHtmlTabs::start |
( |
|
$group = 'tabs' , |
|
|
|
$params = array() |
|
) |
| |
|
static |
Creates a panes and creates the JavaScript object for it.
- Paramètres:
-
string | $group | The pane identifier. |
array | $params | An array of option. |
- Renvoie:
- string
- Depuis:
- 11.1
Références $params.
La documentation de cette classe a été générée à partir du fichier suivant :