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 JHtmlSliders

Liste de tous les membres

Fonctions membres publiques statiques

static start ($group= 'sliders', $params=array())
static end ()
static panel ($text, $id)

Fonctions membres protégées statiques

static _loadBehavior ($group, $params=array())

Documentation des fonctions membres

static JHtmlSliders::_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(), JRequest\getInt(), et null.

+ Voici le graphe d'appel pour cette fonction :

static JHtmlSliders::end ( )
static

Close the current pane.

Renvoie:
string hTML to close the pane
Depuis:
11.1
static JHtmlSliders::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 panel
Depuis:
11.1

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

static JHtmlSliders::start (   $group = 'sliders',
  $params = array() 
)
static

Creates a panes and loads the javascript behavior for it.

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

Références $params.


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