Class JPane

Description

JPane abstract class

  • deprecated: 12.1 Use JHtml::_ static helpers
  • abstract:
  • since: 11.1

Located in /libraries/joomla/html/pane.php (line 20)

JObject
   |
   --JPane
Direct descendents
Class Description
JPaneTabs JPanelTabs class to to draw parameter panes.
JPaneSliders JPanelSliders class to to draw parameter panes.
Variable Summary
mixed $useCookies
Method Summary
static object getInstance ([string $behavior = 'Tabs'], [array $params = array()])
string endPane ()
string endPanel ()
string startPane (string $id)
string startPanel (string $text, string $id)
void _loadBehavior ()
Variables
mixed $useCookies = false (line 22)
  • access: public

Inherited Variables

Inherited from JObject

JObject::$_errors
Methods
static method getInstance (line 36)

Returns a JPanel object.

  • deprecated: 12.1
  • since: 11.1
  • access: public
static object getInstance ([string $behavior = 'Tabs'], [array $params = array()])
  • string $behavior: The behavior to use.
  • array $params: Associative array of values.
endPane (line 69)

Ends the pane.

  • deprecated: 12.1
  • abstract:
  • since: 11.1
  • access: public
string endPane ()

Redefined in descendants as:
endPanel (line 92)

Ends a panel.

  • deprecated: 12.1
  • abstract:
  • since: 11.1
  • access: public
string endPanel ()

Redefined in descendants as:
startPane (line 58)

Creates a pane and creates the javascript object for it.

  • deprecated: 12.1
  • abstract:
  • since: 11.1
  • access: public
string startPane (string $id)
  • string $id: The pane identifier.

Redefined in descendants as:
startPanel (line 82)

Creates a panel with title text and starts that panel.

  • deprecated: 12.1
  • abstract:
  • since: 11.1
  • access: public
string startPanel (string $text, string $id)
  • string $text: The panel name and/or title.
  • string $id: The panel identifer.

Redefined in descendants as:
_loadBehavior (line 102)

Load the javascript behavior and attach it to the document.

  • deprecated: 12.1
  • abstract:
  • since: 11.1
  • access: protected
void _loadBehavior ()

Redefined in descendants as:

Inherited Methods

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:58:33 -0500 by phpDocumentor 1.4.4