Class JPaneSliders

Description

JPanelSliders class to to draw parameter panes.

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

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

JObject
   |
   --JPane
      |
      --JPaneSliders
Method Summary
JPaneSliders __construct ([array $params = array()])
string endPane ()
string endPanel ()
string startPane (string $id)
string startPanel (string $text, string $id)
void _loadBehavior ([array $params = array()])
Variables

Inherited Variables

Inherited from JPane

JPane::$useCookies

Inherited from JObject

JObject::$_errors
Methods
Constructor __construct (line 276)

Constructor.

  • deprecated: 12.1
  • since: 11.1
  • access: public
JPaneSliders __construct ([array $params = array()])
  • array $params: Associative array of values.

Redefinition of:
JObject::__construct()
Class constructor, overridden in descendant classes.
endPane (line 320)

Ends the pane.

  • return: HTML to end the slider div.
  • deprecated: 12.1
  • since: 11.1
  • access: public
string endPane ()

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

Ends a tab page.

  • return: HTML to end the tab divs.
  • deprecated: 12.1
  • since: 11.1
  • access: public
string endPanel ()

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

Creates a pane and creates the javascript object for it.

  • return: HTML to start the slider div.
  • deprecated: 12.1
  • since: 11.1
  • access: public
string startPane (string $id)
  • string $id: The pane identifier.

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

Creates a tab panel with title text and starts that panel.

  • return: HTML to start the tab panel div.
  • deprecated: 12.1
  • since: 11.1
  • access: public
string 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 377)

Load the javascript behavior and attach it to the document.

  • deprecated: 12.1
  • since: 11.1
  • access: protected
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::endPane()
JPane::endPanel()
JPane::getInstance()
JPane::startPane()
JPane::startPanel()
JPane::_loadBehavior()

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:34 -0500 by phpDocumentor 1.4.4