API16

JHtmlTabs: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JHtmlTabs}}
===Defined in===
===Defined in===
libraries/joomla/html/html/tabs.php
libraries/joomla/html/html/tabs.php
Line 23: Line 21:




{{subst:SeeAlso:JHtmlTabs}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JHtmlTabs
  category=JHtmlTabs
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:47, 25 March 2017

Defined in

libraries/joomla/html/html/tabs.php

Methods

Method name Description
start Creates a panes and creates the JavaScript object for it.
end Close the current pane
panel Begins the display of a new panel.

Importing

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



Examples

Code Examples