Skip to content

Instantly share code, notes, and snippets.

@kukielp
Created January 5, 2021 02:19
Show Gist options
  • Select an option

  • Save kukielp/6b08f6b73bf5f4837290dd0ca77a90a7 to your computer and use it in GitHub Desktop.

Select an option

Save kukielp/6b08f6b73bf5f4837290dd0ca77a90a7 to your computer and use it in GitHub Desktop.
Custom tag
<cfif thisTag.executionMode == "start">
<script>
console.log('Message to the browser console. My variable: <cfoutput>#attributes.variable#</cfoutput>');
</script>
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment