API17:JHtmlTabs:: loadBehavior
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JHtmlTabs::_loadBehavior|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHtmlTabs::_loadBehavior|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected static | + | protected static function _loadBehavior ( |
| + | $group | ||
| + | $params=array | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 32: | Line 32: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' void | |
| − | void | + | * '''Defined''' on line 70 of libraries/joomla/html/html/tabs.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/html/html/tabs.php | + | * '''Referenced by''' |
| − | * | + | ** [[start/11.1|start]] |
| − | + | ||
| − | * [[start/11.1|start]] | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JHtmlTabs::_loadBehavior source code''' on [[jplatform:html/html/tabs.php#cl-62|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JHtmlTabs/11.1|JHtmlTabs]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JHtmlTabs::_loadBehavior|Other versions of JHtmlTabs::_loadBehavior]] | ||
| + | {{SeeAlso:JHtmlTabs::_loadBehavior}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHtmlTabs::_loadBehavior|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHtmlTabs::_loadBehavior|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 54: | Line 54: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JHtmlTabs]][[Category:JHtmlTabs::_loadBehavior]]</noinclude> | <noinclude>[[Category:JHtmlTabs]][[Category:JHtmlTabs::_loadBehavior]]</noinclude> | ||
Revision as of 21:09, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHtmlTabs::_loadBehavior
Description
Load the JavaScript behavior.
Description:JHtmlTabs:: loadBehavior [Edit Descripton]
protected static function _loadBehavior ( $group $params=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $group | string | The pane identifier. | |
| $params | array | array() | Array of options. |
See also
-
JHtmlTabs::_loadBehavior source code on BitBucket
-
Class JHtmlTabs
-
Subpackage Html
- Other versions of JHtmlTabs::_loadBehavior
SeeAlso:JHtmlTabs:: loadBehavior [Edit See Also]
User contributed notes
<CodeExamplesForm />
