API17

Difference between revisions of "JPaneSliders"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JPaneSliders==
 +
===Description===
 +
{{Description:JPaneSliders}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JPaneSliders|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JPaneSliders|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JPaneSliders}}
 
===Defined in===
 
libraries/joomla/html/pane.php
 
* see source code in [[jplatform:html/pane.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
===Extends===
 
[[JPane/11.1|JPane]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
 +
|public
 
|[[JPaneSliders::__construct/11.1|__construct]]
 
|[[JPaneSliders::__construct/11.1|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 +
|public
 
|[[JPaneSliders::endPane/11.1|endPane]]
 
|[[JPaneSliders::endPane/11.1|endPane]]
 
|Ends the pane.  
 
|Ends the pane.  
 
|-
 
|-
 +
|public
 
|[[JPaneSliders::endPanel/11.1|endPanel]]
 
|[[JPaneSliders::endPanel/11.1|endPanel]]
 
|Ends a tab page.  
 
|Ends a tab page.  
 
|-
 
|-
 +
|public
 
|[[JPaneSliders::startPane/11.1|startPane]]
 
|[[JPaneSliders::startPane/11.1|startPane]]
 
|Creates a pane and creates the javascript object for it.  
 
|Creates a pane and creates the javascript object for it.  
 
|-
 
|-
 +
|public
 
|[[JPaneSliders::startPanel/11.1|startPanel]]
 
|[[JPaneSliders::startPanel/11.1|startPanel]]
 
|Creates a tab panel with title text and starts that panel.  
 
|Creates a tab panel with title text and starts that panel.  
 
|-
 
|-
 +
|protected
 
|[[JPaneSliders::_loadBehavior/11.1|_loadBehavior]]
 
|[[JPaneSliders::_loadBehavior/11.1|_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
 +
* '''Extends''' [[JPane/11.1|JPane]]
 
===Importing===
 
===Importing===
 
<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]]
+
* {{JVer|11.1}} '''JPaneSliders source code''' on [[jplatform:html/pane.php|BitBucket]]
* [[JPaneSliders|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
 +
* [[JPaneSliders|Other versions of JPaneSliders]]
 
{{SeeAlso:JPaneSliders}}
 
{{SeeAlso:JPaneSliders}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JPaneSliders|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JPaneSliders|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 54: Line 58:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JPaneSliders]]</noinclude>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JPaneSliders]]</noinclude>

Revision as of 18:07, 27 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.

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 />