API17

Difference between revisions of "JHtmlTabs"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlTabs::end/11.1|end]]
+
|[[API17:JHtmlTabs::end|end]]
 
|Close the current pane.  
 
|Close the current pane.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlTabs::panel/11.1|panel]]
+
|[[API17:JHtmlTabs::panel|panel]]
 
|Begins the display of a new panel.  
 
|Begins the display of a new panel.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlTabs::start/11.1|start]]
+
|[[API17:JHtmlTabs::start|start]]
 
|Creates a panes and creates the JavaScript object for it.  
 
|Creates a panes and creates the JavaScript object for it.  
 
|-
 
|-
 
|protected static  
 
|protected static  
|[[JHtmlTabs::_loadBehavior/11.1|_loadBehavior]]
+
|[[API17:JHtmlTabs::_loadBehavior|_loadBehavior]]
 
|Load the JavaScript behavior.  
 
|Load the JavaScript behavior.  
 
|-
 
|-
Line 35: Line 35:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlTabs source code''' on [[jplatform:html/html/tabs.php|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlTabs source code''' on [[jplatform:html/html/tabs.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JHtmlTabs|Other versions of JHtmlTabs]]
+
* [[API17:JHtmlTabs|Other versions of JHtmlTabs]]
 
{{SeeAlso:JHtmlTabs}}
 
{{SeeAlso:JHtmlTabs}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:56, 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 JHtmlTabs[edit]

Description[edit]

Template:Description:JHtmlTabs [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static end Close the current pane.
public static panel Begins the display of a new panel.
public static start Creates a panes and creates the JavaScript object for it.
protected static _loadBehavior Load the JavaScript behavior.
  • Defined in libraries/joomla/html/html/tabs.php

Importing[edit]

jimport( 'joomla.html.html.tabs' );

See also[edit]

Template:SeeAlso:JHtmlTabs [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />