API17

Difference between revisions of "JPane:: loadBehavior"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Updated to r1448:247ba8d88526)
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JPane::_loadBehavior|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JPane::_loadBehavior|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
protected JPane->_loadBehavior ()
+
protected function _loadBehavior ()
 
</source>
 
</source>
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 79 of libraries/joomla/html/pane.php
===Defined in===
+
* '''Referenced by'''
libraries/joomla/html/pane.php
+
** [[JPaneSliders::__construct/11.1|JPaneSliders::__construct]]
===Referenced by===
+
** [[JPaneTabs::__construct/11.1|JPaneTabs::__construct]]
* [[JPaneSliders/__construct/11.1|JPaneSliders::__construct]]
 
* [[JPaneTabs/__construct/11.1|JPaneTabs::__construct]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JPane::_loadBehavior source code''' on [[jplatform:html/pane.php#cl-71|BitBucket]]
 +
* {{JVer|11.1}} Class [[JPane/11.1|JPane]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
 +
* [[JPane::_loadBehavior|Other versions of JPane::_loadBehavior]]
 +
{{SeeAlso:JPane::_loadBehavior}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JPane::_loadBehavior|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JPane::_loadBehavior|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JPane/11.1|JPane]]
+
===User contributed notes===
* [[JPane::_loadBehavior|Other versions of this method]]
 
{{SeeAlso:JPane::_loadBehavior}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 34: Line 33:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JPane]][[Category:JPane::_loadBehavior]]</noinclude>
 
<noinclude>[[Category:JPane]][[Category:JPane::_loadBehavior]]</noinclude>

Revision as of 21:27, 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 JPane::_loadBehavior[edit]

Description[edit]

Load the javascript behavior and attach it to the document.

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

protected function _loadBehavior ()

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />