Yelp

(The Help System)

html.js.script

Parameters

$node

The node to create JavaScript for.

This template is called by html.js to output JavaScript content. It outputs a script tag and calls html.js.content to output the contents. To force all JavaScript into external files, override this template to output a script tag referencing an external file with the src attribute, then output the result of html.js.content to that file.

Calls Templates