API15:JHTMLBehavior/switcher
From Joomla! Documentation
Template:Description:JHTMLBehavior/switcher
Syntax
switcher()
Defined in
libraries/joomla/html/html/behavior.php
Importing
jimport( 'joomla.html.html.behavior' );
Source Body
function switcher() {
JHTML::script('switcher.js' );
}
[Edit See Also] Template:SeeAlso:JHTMLBehavior/switcher
Examples
<CodeExamplesForm />