JPaneTabs/1.5
From Joomla! Documentation
< JPaneTabs(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 43: | Line 43: | ||
<source lang="php">jimport( 'joomla.html.pane' );</source> | <source lang="php">jimport( 'joomla.html.pane' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JPaneTabs''' on [http://api.joomla.org/Joomla-Framework/ | + | * {{JVer|1.5}} '''JPaneTabs''' on [http://api.joomla.org/1.5/Joomla-Framework/HTML/JPaneTabs.html api.joomla.org] |
* {{JVer|1.5}} '''JPaneTabs source code''' on [[jframework15:html/pane.php|JoomlaCode]] | * {{JVer|1.5}} '''JPaneTabs source code''' on [[jframework15:html/pane.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
Latest revision as of 16:04, 13 February 2013
[edit]
JPaneTabs
[edit] Description
Description:JPaneTabs [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | _loadBehavior | Load the javascript behavior and attach it to the document. |
| public | endPane | Ends the pane. |
| public | endPanel | Ends a tab page. |
| public | startPane | Creates a pane and creates the javascript object for it. |
| public | startPanel | Creates a tab panel with title text and starts that panel. |
- Defined in libraries/joomla/html/pane.php
- Extends JPane
[edit] Importing
jimport( 'joomla.html.pane' );
[edit] See also
-
JPaneTabs on api.joomla.org
-
JPaneTabs source code on JoomlaCode
-
Subpackage Html
- Other versions of JPaneTabs
SeeAlso:JPaneTabs [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />