API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JPane::__construct | ( | $ | params = array() | ) |
Constructor
array | $params | Associative array of values |
Réimplémentée dans JPaneTabs, et JPaneSliders.
JPane::_loadBehavior | ( | ) |
Load the javascript behavior and attach it to the document
Référencé par JPaneSliders::__construct(), et JPaneTabs::__construct().
JPane::endPane | ( | ) |
Ends the pane
Réimplémentée dans JPaneTabs, JPaneSliders, et mosTabs.
JPane::endPanel | ( | ) |
Ends a panel
Réimplémentée dans JPaneTabs, et JPaneSliders.
& JPane::getInstance | ( | $ | behavior = 'Tabs' , |
$ | params = array() |
||
) |
Returns a reference to a JPanel object
string | $behavior | The behavior to use |
boolean | $useCookies | Use cookies to remember the state of the panel |
array | $params | Associative array of values |
Références $classname, et $params.
Référencé par HTML_cpanel::display(), MenusViewItem::edit(), HTML_modules::edit(), HTML_contact::editContact(), ContentView::editContent(), modChrome_slider(), modChrome_sliders(), et modChrome_tabs().
JPane::startPane | ( | $ | id | ) |
Creates a pane and creates the javascript object for it
string | The pane identifier |
Réimplémentée dans JPaneTabs, JPaneSliders, et mosTabs.
JPane::startPanel | ( | $ | text, |
$ | id | ||
) |
Creates a panel with title text and starts that panel
string | $text | The panel name and/or title |
string | $id | The panel identifer |
Réimplémentée dans JPaneTabs, et JPaneSliders.
JPane::$useCookies = false |
Réimplémentée dans mosTabs.