API17

Difference between revisions of "JPane"

From Joomla! Documentation

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

Description[edit]

Template:Description:JPane [Edit Descripton]

Methods[edit]

Visibility Method name Description
public endPane Ends the pane.
public endPanel Ends a panel.
public startPane Creates a pane and creates the javascript object for it.
public startPanel Creates a panel with title text and starts that panel.
public static getInstance Returns a JPanel object.
protected _loadBehavior Load the javascript behavior and attach it to the document.

Importing[edit]

jimport( 'joomla.html.pane' );

See also[edit]

Template:SeeAlso:JPane [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />