JS and CSS Assets
Working with Assets in the Admin
Javascript Assets
How the JS is output
<cfloop list="#event.getValue( "jsAppendList", "", true )#" index="js">
<script src="#prc.cbroot#/includes/js/#js#.js"></script>
</cfloop>
<cfloop list="#event.getValue( "jsFullAppendList", "", true )#" index="js">
<script src="#js#"></script>
</cfloop>CSS Assets
How the CSS is output
Last updated
Was this helpful?
