Support Joomla!

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JPaneTabs

Description

JPanelTabs class to to draw parameter panes

  • since: 1.5

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

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 (string $text, string $id)
Method void _loadBehavior ([array $params = array()])
Variables

Inherited Variables

Inherited from JPane

Variable JPane::$useCookies

Inherited from JObject

Variable JObject::$_errors
Methods
Constructor __construct (line 124)

Constructor

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

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

Ends the pane

void endPane ()

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

Ends a tab page

void endPanel ()

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

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 160)

Creates a tab panel with title text and starts that panel

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

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

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::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()

Documentation generated on Mon, 22 Sep 2008 12:11:23 +0100 by phpDocumentor 1.3.1