API17

Difference between revisions of "JHtmlTabs"

From Joomla! Documentation

m (JoomlaWikiBot moved page JHtmlTabs/11.1 to API17:JHtmlTabs without leaving a redirect: Robot: Moved page)
m (preparing for archive only)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JHtmlTabs==
 
=={{JVer|11.1}} JHtmlTabs==
 
===Description===
 
===Description===
{{Description:JHtmlTabs}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JHtmlTabs|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|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 33:
 
===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}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlTabs|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JHtmlTabs
 
category=JHtmlTabs
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 52: Line 48:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JHtmlTabs]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:14, 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 JHtmlTabs[edit]

Description[edit]

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]


User contributed notes[edit]

Code Examples[edit]