Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class JPaneTabs

Description

JPanelTabs class to to draw parameter panes

Located in /joomla/html/pane.php (line 113)

Class JObject   (Subpackage Base)

Abstract class JPane
   
   Class JPaneTabs   (Subpackage HTML)
Method Summary
Constructor JPaneTabs __construct ([array $params = array()])
Method void endPane ()
Method void endPanel ()
Method void startPane (string $id)
Method void startPanel (text $text, id $id)
Method void _loadBehavior ([array $params = array()])
Variables

Inherited Variables

Inherited from JPane

Variable JPane::$useCookies
Methods
Constructor __construct (line 120)

Constructor

JPaneTabs __construct ([array $params = array()])
  • array $params: Associative array of values

Redefinition of:
JPane::__construct()
Constructor
endPane (line 145)

Ends the pane

void endPane ()

Redefinition of:
JPane::endPane()
Ends the pane
endPanel (line 163)

Ends a tab page

void endPanel ()

Redefinition of:
JPane::endPanel()
Ends a panel
startPane (line 137)

Creates a pane and creates the javascript object for it

void startPane (string $id)
  • string $id: The pane identifier

Redefinition of:
JPane::startPane()
Creates a pane and creates the javascript object for it
startPanel (line 155)

Creates a tab panel with title text and starts that panel

void startPanel (text $text, id $id)
  • text $text: - The name of the tab
  • id $id: - The tab identifier

Redefinition of:
JPane::startPanel()
Creates a panel with title text and starts that panel
_loadBehavior (line 172)

Load the javascript behavior and attach it to the document

void _loadBehavior ([array $params = array()])
  • array $params: Associative array of values

Redefinition of:
JPane::_loadBehavior()
Load the javascript behavior and attach it to the document

Inherited Methods

Inherited From JPane

 JPane::__construct()
 JPane::endPane()
 JPane::endPanel()
 JPane::getInstance()
 JPane::startPane()
 JPane::startPanel()
 JPane::_loadBehavior()

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getPublicProperties()
 JObject::set()
 JObject::toString()

Documentation generated on Mon, 05 Mar 2007 21:13:01 +0000 by phpDocumentor 1.3.1