JHTMLBehavior/switcher: Difference between revisions
From Joomla! Documentation
m removing red link to edit, no existant pages |
m preparing for archive only |
||
| Line 27: | Line 27: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=switcher | category=switcher | ||
category=JHTMLBehavior | category=JHTMLBehavior | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 00:39, 25 March 2017
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
switcher()
Defined in
libraries/joomla/html/html/behavior.php
Importing
jimport( 'joomla.html.html.behavior' );
Source Body
function switcher() {
JHTML::script('switcher.js' );
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples