JPaneSliders: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JPaneSliders}}
===Defined in... |
m preparing for archive only |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/pane.php | libraries/joomla/html/pane.php | ||
| Line 31: | Line 26: | ||
<source lang="php">jimport( 'joomla.html.pane' );</source> | <source lang="php">jimport( 'joomla.html.pane' );</source> | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JPaneSliders | category=JPaneSliders | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:57, 25 March 2017
Defined in
libraries/joomla/html/pane.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| startPane | Creates a pane and creates the javascript object for it. |
| endPane | Ends the pane. |
| startPanel | Creates a tab panel with title text and starts that panel. |
| endPanel | Ends a tab page. |
Importing
jimport( 'joomla.html.pane' );
Examples
Code Examples