API17

Difference between revisions of "JHtmlTabs"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JHtmlTabs==
 +
===Description===
 +
{{Description:JHtmlTabs}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JHtmlTabs|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JHtmlTabs|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JHtmlTabs}}
 
===Defined in===
 
libraries/joomla/html/html/tabs.php
 
* see source code in [[jplatform:html/html/tabs.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
===Extends===
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
 +
|public static
 
|[[JHtmlTabs::end/11.1|end]]
 
|[[JHtmlTabs::end/11.1|end]]
 
|Close the current pane.  
 
|Close the current pane.  
 
|-
 
|-
 +
|public static
 
|[[JHtmlTabs::panel/11.1|panel]]
 
|[[JHtmlTabs::panel/11.1|panel]]
 
|Begins the display of a new panel.  
 
|Begins the display of a new panel.  
 
|-
 
|-
 +
|public static
 
|[[JHtmlTabs::start/11.1|start]]
 
|[[JHtmlTabs::start/11.1|start]]
 
|Creates a panes and creates the JavaScript object for it.  
 
|Creates a panes and creates the JavaScript object for it.  
 
|-
 
|-
 +
|protected static
 
|[[JHtmlTabs::_loadBehavior/11.1|_loadBehavior]]
 
|[[JHtmlTabs::_loadBehavior/11.1|_loadBehavior]]
 
|Load the JavaScript behavior.  
 
|Load the JavaScript behavior.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/html/html/tabs.php
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.html.html.tabs' );</source>
 
<source lang="php">jimport( 'joomla.html.html.tabs' );</source>
 
===See also===
 
===See also===
* JHtmlTabs source code in [[jplatform:html/html/tabs.php|BitBucket]]
+
* {{JVer|11.1}} '''JHtmlTabs source code''' on [[jplatform:html/html/tabs.php|BitBucket]]
* [[JHtmlTabs|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
 +
* [[JHtmlTabs|Other versions of JHtmlTabs]]
 
{{SeeAlso:JHtmlTabs}}
 
{{SeeAlso:JHtmlTabs}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlTabs|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JHtmlTabs|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 47: Line 49:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHtmlTabs]]</noinclude>
 
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JHtmlTabs]]</noinclude>

Revision as of 18:04, 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 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 />