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é
|
Fonctions membres publiques | |
__construct ($params=array()) | |
startPane ($id) | |
endPane () | |
startPanel ($text, $id) | |
endPanel () |
Fonctions membres protégées | |
_loadBehavior ($params=array()) | |
Fonctions membres protégées inherited from JPane | |
_loadBehavior () |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JPane | |
static | getInstance ($behavior= 'Tabs', $params=array()) |
Attributs publics inherited from JPane | |
$useCookies = false |
JPaneSliders::__construct | ( | $params = array() | ) |
Constructor.
array | $params | Associative array of values. |
Réimplémentée à partir de JObject.
Références $params, JPane\_loadBehavior(), JLog\add(), et JLog\WARNING.
|
protected |
Load the javascript behavior and attach it to the document.
array | $params | Associative array of values. |
Références $options, $params, JHtml\_(), JLog\add(), JFactory\getDocument(), null, et JLog\WARNING.
JPaneSliders::endPane | ( | ) |
Ends the pane.
Réimplémentée à partir de JPane.
Références JLog\add(), et JLog\WARNING.
JPaneSliders::endPanel | ( | ) |
Ends a tab page.
Réimplémentée à partir de JPane.
Références JLog\add(), et JLog\WARNING.
JPaneSliders::startPane | ( | $id | ) |
Creates a pane and creates the javascript object for it.
string | $id | The pane identifier. |
Réimplémentée à partir de JPane.
Références $id, JLog\add(), et JLog\WARNING.
JPaneSliders::startPanel | ( | $text, | |
$id | |||
) |
Creates a tab panel with title text and starts that panel.
string | $text | The name of the tab. |
string | $id | The tab identifier. |
Réimplémentée à partir de JPane.
Références $id, $text, JLog\add(), et JLog\WARNING.