API17

Difference between revisions of "JPane::getInstance"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Returns a JPanel object.  
 
Returns a JPanel object.  
  
{{Description:JPane::getInstance}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JPane::getInstance|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public static function getInstance (
 
public static function getInstance (
Line 41: Line 39:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JPane::getInstance source code''' on [[jplatform:html/pane.php#cl-28|BitBucket]]
 
* {{JVer|11.1}} '''JPane::getInstance source code''' on [[jplatform:html/pane.php#cl-28|BitBucket]]
* {{JVer|11.1}} Class [[JPane/11.1|JPane]]
+
* {{JVer|11.1}} Class [[API17:JPane|JPane]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JPane::getInstance|Other versions of JPane::getInstance]]
+
* [[API17:JPane::getInstance|Other versions of JPane::getInstance]]
{{SeeAlso:JPane::getInstance}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JPane::getInstance|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JPane::getInstance
 
category=JPane::getInstance
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 59: Line 55:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JPane]][[Category:JPane::getInstance]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:31, 24 March 2017

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 JPane::getInstance[edit]

Description[edit]

Returns a JPanel object.


public static function getInstance (
        $behavior= 'Tabs'
        $params=array
)
Parameter Type Default Description
$behavior string 'Tabs' The behavior to use.
$params boolean array() $useCookies Use cookies to remember the state of the panel.
array $paramsAssociativearrayofvalues.
  • Returns object
  • Defined on line 36 of libraries/joomla/html/pane.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]