Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JHtmlTabs

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

Load the JavaScript behavior.

Paramètres:
string$groupThe pane identifier.
array$paramsArray of options.
Renvoie:
void
Depuis:
11.1

Références $options, $params, JHtml\_(), JFactory\getDocument(), et null.

+ Voici le graphe d'appel pour cette fonction :

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$textText to display.
string$idIdentifier 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$groupThe pane identifier.
array$paramsAn 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 :