API17

Difference between revisions of "JPaneTabs"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JPaneTabs==
 
=={{JVer|11.1}} JPaneTabs==
 
===Description===
 
===Description===
{{Description:JPaneTabs}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JPaneTabs|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JPaneTabs::__construct/11.1|__construct]]
+
|[[API17:JPaneTabs::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPaneTabs::endPane/11.1|endPane]]
+
|[[API17:JPaneTabs::endPane|endPane]]
 
|Ends the pane.  
 
|Ends the pane.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPaneTabs::endPanel/11.1|endPanel]]
+
|[[API17:JPaneTabs::endPanel|endPanel]]
 
|Ends a tab page.  
 
|Ends a tab page.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPaneTabs::startPane/11.1|startPane]]
+
|[[API17:JPaneTabs::startPane|startPane]]
 
|Creates a pane and creates the javascript object for it.  
 
|Creates a pane and creates the javascript object for it.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPaneTabs::startPanel/11.1|startPanel]]
+
|[[API17:JPaneTabs::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  
|[[JPaneTabs::_loadBehavior/11.1|_loadBehavior]]
+
|[[API17:JPaneTabs::_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}} '''JPaneTabs source code''' on [[jplatform:html/pane.php|BitBucket]]
 
* {{JVer|11.1}} '''JPaneTabs 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]]
* [[JPaneTabs|Other versions of JPaneTabs]]
+
* [[API17:JPaneTabs|Other versions of JPaneTabs]]
{{SeeAlso:JPaneTabs}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JPaneTabs|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JPaneTabs
 
category=JPaneTabs
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 61: Line 57:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JPaneTabs]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:31, 24 March 2017

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 JPaneTabs[edit]

Description[edit]

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]


User contributed notes[edit]

Code Examples[edit]