API17

Difference between revisions of "JPane"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (moving preparation)
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JPane::endPane/11.1|endPane]]
+
|[[API17:JPane::endPane|endPane]]
 
|Ends the pane.  
 
|Ends the pane.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPane::endPanel/11.1|endPanel]]
+
|[[API17:JPane::endPanel|endPanel]]
 
|Ends a panel.  
 
|Ends a panel.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPane::startPane/11.1|startPane]]
+
|[[API17:JPane::startPane|startPane]]
 
|Creates a pane and creates the javascript object for it.  
 
|Creates a pane and creates the javascript object for it.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPane::startPanel/11.1|startPanel]]
+
|[[API17:JPane::startPanel|startPanel]]
 
|Creates a panel with title text and starts that panel.  
 
|Creates a panel with title text and starts that panel.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JPane::getInstance/11.1|getInstance]]
+
|[[API17:JPane::getInstance|getInstance]]
 
|Returns a JPanel object.  
 
|Returns a JPanel object.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JPane::_loadBehavior/11.1|_loadBehavior]]
+
|[[API17:JPane::_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''' [[JObject/11.1|JObject]]
+
* '''Extends''' [[API17:JObject|JObject]]
 
* '''Extended by'''
 
* '''Extended by'''
** [[JPaneSliders/11.1|JPaneSliders]]
+
** [[API17:JPaneSliders|JPaneSliders]]
** [[JPaneTabs/11.1|JPaneTabs]]
+
** [[API17:JPaneTabs|JPaneTabs]]
 
===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}} '''JPane source code''' on [[jplatform:html/pane.php|BitBucket]]
 
* {{JVer|11.1}} '''JPane 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]]
* [[JPane|Other versions of JPane]]
+
* [[API17:JPane|Other versions of JPane]]
 
{{SeeAlso:JPane}}
 
{{SeeAlso:JPane}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 64: Line 64:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JPane]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:17, 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 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 />