API17

Difference between revisions of "JHtmlSliders::panel"

From Joomla! Documentation

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

Revision as of 21:09, 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 JHtmlSliders::panel[edit]

Description[edit]

Begins the display of a new panel.

Template:Description:JHtmlSliders::panel [Edit Descripton]

public static function panel (
        $text
        $id
)
Parameter Type Default Description
$text string Text to display.
$id string Identifier of the panel.
  • Returns string
  • Defined on line 57 of libraries/joomla/html/html/sliders.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JHtmlSliders::panel [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />