API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JPaneTabs::__construct | ( | $ | params = array() | ) |
Constructor
array | $params | Associative array of values |
Réimplémentée à partir de JPane.
Références $params, JObject::__construct(), et JPane::_loadBehavior().
JPaneTabs::_loadBehavior | ( | $ | params = array() | ) |
Load the javascript behavior and attach it to the document
array | $params | Associative array of values |
Références $document, $k, $params, JHTML::_(), JFactory::getDocument(), et JURI::root().
JPaneTabs::endPanel | ( | ) |
Ends a tab page
Réimplémentée à partir de JPane.
Référencé par mosTabs::endTab().
JPaneTabs::startPane | ( | $ | id | ) |
JPaneTabs::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 $text.
Référencé par mosTabs::startTab().