API17

Difference between revisions of "JPaneSliders:: loadBehavior"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Load the javascript behavior and attach it to the document.  
 
Load the javascript behavior and attach it to the document.  
  
{{Description:JPaneSliders::_loadBehavior}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JPaneSliders::_loadBehavior|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JPaneSliders::_loadBehavior ($params=array())
+
protected function _loadBehavior ($params=array())
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 22:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 250 of libraries/joomla/html/pane.php
 +
===See also===
 +
* {{JVer|11.1}} '''JPaneSliders::_loadBehavior source code''' on [[jplatform:html/pane.php#cl-242|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JPaneSliders|JPaneSliders]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
 +
* [[API17:JPaneSliders::_loadBehavior|Other versions of JPaneSliders::_loadBehavior]]
  
===Defined in===
+
 
libraries/joomla/html/pane.php (line 249)
+
===User contributed notes===
* see source code in [[jplatform:html/pane.php#cl-249|BitBucket]]
+
=== Code Examples ===
===Referenced by===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JPaneSliders::_loadBehavior|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JPaneSliders/11.1|JPaneSliders]]
 
* [[JPaneSliders::_loadBehavior|Other versions of this method]]
 
{{SeeAlso:JPaneSliders::_loadBehavior}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JPaneSliders::_loadBehavior
 
category=JPaneSliders::_loadBehavior
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JPaneSliders]][[Category:JPaneSliders::_loadBehavior]]</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 JPaneSliders::_loadBehavior[edit]

Description[edit]

Load the javascript behavior and attach it to the document.


protected function _loadBehavior ($params=array())
Parameter Type Default Description
$params array array() Associative array of values.
  • Returns
  • Defined on line 250 of libraries/joomla/html/pane.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]