API17

Difference between revisions of "JPaneTabs::startPanel"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JPaneTabs::startPanel|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JPaneTabs::startPanel|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JPaneTabs::startPanel ($text, $id)
+
public function startPanel (
 +
        $text
 +
        $id
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 133 of libraries/joomla/html/pane.php
===Defined in===
 
libraries/joomla/html/pane.php (line 132)
 
* see source code in [[jplatform:html/pane.php#cl-132|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JPaneTabs::startPanel source code''' on [[jplatform:html/pane.php#cl-125|BitBucket]]
 +
* {{JVer|11.1}} Class [[JPaneTabs/11.1|JPaneTabs]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
 +
* [[JPaneTabs::startPanel|Other versions of JPaneTabs::startPanel]]
 +
{{SeeAlso:JPaneTabs::startPanel}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JPaneTabs::startPanel|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JPaneTabs::startPanel|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JPaneTabs/11.1|JPaneTabs]]
+
===User contributed notes===
* [[JPaneTabs::startPanel|Other versions of this method]]
 
{{SeeAlso:JPaneTabs::startPanel}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 51: Line 51:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JPaneTabs]][[Category:JPaneTabs::startPanel]]</noinclude>
 
<noinclude>[[Category:JPaneTabs]][[Category:JPaneTabs::startPanel]]</noinclude>

Revision as of 21:28, 27 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JPaneTabs::startPanel[edit]

Description[edit]

Creates a tab panel with title text and starts that panel.

Template:Description:JPaneTabs::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 133 of libraries/joomla/html/pane.php

See also[edit]

Template:SeeAlso:JPaneTabs::startPanel [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />