[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/joomla/html/ -> pane.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: pane.php 14401 2010-01-26 14:10:00Z louis $
File Size: 306 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 classes

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

JPaneTabs:: (6 methods):
  __construct()
  startPane()
  endPane()
  startPanel()
  endPanel()
  _loadBehavior()

JPaneSliders:: (6 methods):
  __construct()
  startPane()
  endPane()
  startPanel()
  endPanel()
  _loadBehavior()


Class: JPane  - X-Ref

JPane abstract class

__construct( $params = array()   X-Ref
Constructor

param: array    $params        Associative array of values

getInstance( $behavior = 'Tabs', $params = array()   X-Ref
Returns a reference to a JPanel object

param: string     $behavior   The behavior to use
param: boolean    $useCookies Use cookies to remember the state of the panel
param: array     $params        Associative array of values
return: object

startPane( $id )   X-Ref
Creates a pane and creates the javascript object for it

param: string    The pane identifier

endPane()   X-Ref
Ends the pane


startPanel( $text, $id )   X-Ref
Creates a panel with title text and starts that panel

param: string    $text The panel name and/or title
param: string    $id The panel identifer

endPanel()   X-Ref
Ends a panel


_loadBehavior()   X-Ref
Load the javascript behavior and attach it to the document


Class: JPaneTabs  - X-Ref

JPanelTabs class to to draw parameter panes

__construct( $params = array()   X-Ref
Constructor

param: array     $params        Associative array of values

startPane( $id )   X-Ref
Creates a pane and creates the javascript object for it

param: string The pane identifier

endPane()   X-Ref
Ends the pane


startPanel( $text, $id )   X-Ref
Creates a tab panel with title text and starts that panel

param: string    $text    The name of the tab
param: string    $id        The tab identifier

endPanel()   X-Ref
Ends a tab page


_loadBehavior($params = array()   X-Ref
Load the javascript behavior and attach it to the document

param: array     $params        Associative array of values

Class: JPaneSliders  - X-Ref

JPanelSliders class to to draw parameter panes

__construct( $params = array()   X-Ref
Constructor

param: int useCookies, if set to 1 cookie will hold last used tab between page refreshes

startPane( $id )   X-Ref
Creates a pane and creates the javascript object for it

param: string The pane identifier

endPane()   X-Ref
Ends the pane


startPanel( $text, $id )   X-Ref
Creates a tab panel with title text and starts that panel

param: string    $text - The name of the tab
param: string    $id - The tab identifier

endPanel()   X-Ref
Ends a tab page


_loadBehavior($params = array()   X-Ref
Load the javascript behavior and attach it to the document

param: array     $params        Associative array of values



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1