API17:JPaneSliders::startPanel
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JPaneSliders::startPanel|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JPaneSliders::startPanel|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function startPanel ( |
| + | $text | ||
| + | $id | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 230 of libraries/joomla/html/pane.php | |
| − | + | ||
| − | libraries/joomla/html/pane.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JPaneSliders::startPanel source code''' on [[jplatform:html/pane.php#cl-222|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JPaneSliders/11.1|JPaneSliders]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JPaneSliders::startPanel|Other versions of JPaneSliders::startPanel]] | ||
| + | {{SeeAlso:JPaneSliders::startPanel}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JPaneSliders::startPanel|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JPaneSliders::startPanel|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 51: | Line 51: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JPaneSliders]][[Category:JPaneSliders::startPanel]]</noinclude> | <noinclude>[[Category:JPaneSliders]][[Category:JPaneSliders::startPanel]]</noinclude> | ||
Revision as of 21:28, 27 April 2011
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.
JPaneSliders::startPanel
Description
Creates a tab panel with title text and starts that panel.
Description:JPaneSliders::startPanel [Edit Descripton]
public function startPanel ( $text $id )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $text | string | The name of the tab. | |
| $id | string | The tab identifier. |
- Returns
- Defined on line 230 of libraries/joomla/html/pane.php
See also
-
JPaneSliders::startPanel source code on BitBucket
-
Class JPaneSliders
-
Subpackage Html
- Other versions of JPaneSliders::startPanel
SeeAlso:JPaneSliders::startPanel [Edit See Also]
User contributed notes
<CodeExamplesForm />
