API17

Difference between revisions of "JPaneSliders"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/html/pane.php
 
libraries/joomla/html/pane.php
 +
* see source code in [[jplatform:html/pane.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
[[Subpackage Html/11.1|Html]]
Line 39: Line 40:
 
<source lang="php">jimport( 'joomla.html.pane' );</source>
 
<source lang="php">jimport( 'joomla.html.pane' );</source>
 
===See also===
 
===See also===
 +
* JPaneSliders source code in [[jplatform:html/pane.php|BitBucket]]
 
* [[JPaneSliders|Other versions of this class]]
 
* [[JPaneSliders|Other versions of this class]]
 
{{SeeAlso:JPaneSliders}}
 
{{SeeAlso:JPaneSliders}}

Revision as of 18:00, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JPaneSliders

Defined in[edit]

libraries/joomla/html/pane.php

Subpackage[edit]

Html

Extends[edit]

JPane

Extended by[edit]

Methods[edit]

Method name Description
__construct Constructor.
endPane Ends the pane.
endPanel Ends a tab page.
startPane Creates a pane and creates the javascript object for it.
startPanel Creates a tab panel with title text and starts that panel.
_loadBehavior Load the javascript behavior and attach it to the document.

Importing[edit]

jimport( 'joomla.html.pane' );

See also[edit]

Template:SeeAlso:JPaneSliders [Edit See Also]

Examples[edit]

<CodeExamplesForm />