asset:script
Description
Adds an inline block of JavaScript to a page. The point in the page where this block will be rendered is determined by the placement of<asset:deferredScripts/>
<asset:script> console.log('hello world'); </asset:script>
(Quick Reference)
asset:scriptDescriptionAdds an inline block of JavaScript to a page. The point in the page where this block will be rendered is determined by the placement of<asset:deferredScripts/> <asset:script> console.log('hello world'); </asset:script> |