API15:JPaneTabs
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JPaneTabs}}
===Defined in===
l...) |
|||
| Line 27: | Line 27: | ||
|Ends a tab page | |Ends a tab page | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.html.pane' );</source> | <source lang="php">jimport( 'joomla.html.pane' );</source> | ||
Latest revision as of 12:37, 25 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JPaneTabs
Contents |
[edit] Defined in
libraries/joomla/html/pane.php
[edit] 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 |
[edit] Importing
jimport( 'joomla.html.pane' );
[Edit See Also] SeeAlso:JPaneTabs
[edit] Examples
<CodeExamplesForm />
