asset:javascript
Description
Include a JavaScript file in a page, e.g. <asset:javascript src="home.js"/>
Any attributes other than those described below will be forwarded to the <script>
element generated by this tag.
Attributes
Name |
Required |
Description |
src |
Yes |
Path to the JavaScript file |
charset |
No |
The file’s character set |