API17

JHtml::script

From Joomla! Documentation

Revision as of 20:39, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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 JHtml::script[edit]

Description[edit]

Write a <script></script> element.

Template:Description:JHtml::script [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JHtml::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[edit]

mixed nothing if $path_only is false, null, path or array of path if specific js browser files were detected

Defined in[edit]

libraries/joomla/html/html.php (line 479)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JHtml::script

Examples[edit]

<CodeExamplesForm />