Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JHtmlTabs

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())
 

Description détaillée

Utility class for Tabs elements.

Depuis
1.6
Obsolète:
3.7.0 These helpers are dependent on the deprecated MooTools support

Documentation des fonctions membres

◆ end()

static end ( )
static

Close the current pane

Renvoie
string HTML to close the pane
Depuis
1.6
Obsolète:
3.7.0 These helpers are dependent on the deprecated MooTools support

◆ loadBehavior()

static loadBehavior (   $group,
  $params = array() 
)
staticprotected

Load the JavaScript behavior.

Paramètres
string$groupThe pane identifier.
array$paramsArray of options.
Renvoie
void
Depuis
1.6
Obsolète:
3.7.0 These helpers are dependent on the deprecated MooTools support

Références $document, $js, $options, $params, getDocument, et null.

◆ panel()

static panel (   $text,
  $id 
)
static

Begins the display of a new panel.

Paramètres
string$textText to display.
string$idIdentifier of the panel.
Renvoie
string HTML to start a new panel
Depuis
1.6
Obsolète:
3.7.0 These helpers are dependent on the deprecated MooTools support

Références $id, et $text.

◆ start()

static start (   $group = 'tabs',
  $params = array() 
)
static

Creates a panes and creates the JavaScript object for it.

Paramètres
string$groupThe pane identifier.
array$paramsAn array of option.
Renvoie
string
Depuis
1.6
Obsolète:
3.7.0 These helpers are dependent on the deprecated MooTools support

Références $params.


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