API17

Difference between revisions of "JPaneTabs:: loadBehavior"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 28: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JPaneTabs::_loadBehavior source code''' on [[jplatform:html/pane.php#cl-143|BitBucket]]
 
* {{JVer|11.1}} '''JPaneTabs::_loadBehavior source code''' on [[jplatform:html/pane.php#cl-143|BitBucket]]
* {{JVer|11.1}} Class [[JPaneTabs/11.1|JPaneTabs]]
+
* {{JVer|11.1}} Class [[API17:JPaneTabs|JPaneTabs]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JPaneTabs::_loadBehavior|Other versions of JPaneTabs::_loadBehavior]]
+
* [[API17:JPaneTabs::_loadBehavior|Other versions of JPaneTabs::_loadBehavior]]
 
{{SeeAlso:JPaneTabs::_loadBehavior}}
 
{{SeeAlso:JPaneTabs::_loadBehavior}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:18, 11 May 2013

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

Description[edit]

Load the javascript behavior and attach it to the document.

Template:Description:JPaneTabs:: loadBehavior [Edit Descripton]

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

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />