Embed custom JavaScript code
In this article you will learn how to include your own JavaScript code with ThemeWare®.
1. Integrate JavaScript code with configuration field
Example:
<script>
alert( 'Hello, world!' );
</script>2. Integrate JavaScript code with external JS file
2.1) Creating and editing a JS file on the server
2.2) Embedding a JS file with ThemeWare®
3. Integrate custom JavaScript code (for experienced users)
Last updated
Was this helpful?
