API17

Difference between revisions of "JPaneSliders"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JPaneSliders::__construct/11.1|__construct]]
+
|[[API17:JPaneSliders::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPaneSliders::endPane/11.1|endPane]]
+
|[[API17:JPaneSliders::endPane|endPane]]
 
|Ends the pane.  
 
|Ends the pane.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPaneSliders::endPanel/11.1|endPanel]]
+
|[[API17:JPaneSliders::endPanel|endPanel]]
 
|Ends a tab page.  
 
|Ends a tab page.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPaneSliders::startPane/11.1|startPane]]
+
|[[API17:JPaneSliders::startPane|startPane]]
 
|Creates a pane and creates the javascript object for it.  
 
|Creates a pane and creates the javascript object for it.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPaneSliders::startPanel/11.1|startPanel]]
+
|[[API17:JPaneSliders::startPanel|startPanel]]
 
|Creates a tab panel with title text and starts that panel.  
 
|Creates a tab panel with title text and starts that panel.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JPaneSliders::_loadBehavior/11.1|_loadBehavior]]
+
|[[API17:JPaneSliders::_loadBehavior|_loadBehavior]]
 
|Load the javascript behavior and attach it to the document.  
 
|Load the javascript behavior and attach it to the document.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/html/pane.php
 
* '''Defined in''' libraries/joomla/html/pane.php
* '''Extends''' [[JPane/11.1|JPane]]
+
* '''Extends''' [[API17:JPane|JPane]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.pane' );</source>
 
<source lang="php">jimport( 'joomla.html.pane' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JPaneSliders source code''' on [[jplatform:html/pane.php|BitBucket]]
 
* {{JVer|11.1}} '''JPaneSliders source code''' on [[jplatform:html/pane.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JPaneSliders|Other versions of JPaneSliders]]
+
* [[API17:JPaneSliders|Other versions of JPaneSliders]]
 
{{SeeAlso:JPaneSliders}}
 
{{SeeAlso:JPaneSliders}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:18, 11 May 2013

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.

Joomla 11.1 JPaneSliders[edit]

Description[edit]

Template:Description:JPaneSliders [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public endPane Ends the pane.
public endPanel Ends a tab page.
public startPane Creates a pane and creates the javascript object for it.
public startPanel Creates a tab panel with title text and starts that panel.
protected _loadBehavior Load the javascript behavior and attach it to the document.
  • Defined in libraries/joomla/html/pane.php
  • Extends JPane

Importing[edit]

jimport( 'joomla.html.pane' );

See also[edit]

Template:SeeAlso:JPaneSliders [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />