API17:JHtml::script
From Joomla! Documentation
JHtml::script
Description
Write a <script></script> element.
public static function script (
$file
$framework=false
$relative=false
$path_only=false
$detect_browser=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $file | string | path to file | |
| $framework | boolean | false | load the JS framework |
| $relative | boolean | false | path to file is relative to /media folder |
| $path_only | boolean | false | return the path to the file only |
| $detect_browser | boolean | true | detect browser to include specific browser js files |
- Returns mixed nothing if $path_only is false, null, path or array of path if specific js browser files were detected
- Defined on line 483 of libraries/joomla/html/html.php
- Since

See also
JHtml::script source code on BitBucket
Class JHtml
Subpackage Html- Other versions of JHtml::script
User contributed notes
Code Examples