BTM JavaScript Library Examples
BTM.options
Load Options can be passed in by adding them as parameters in the query string of the reference to the BTM JS file. e.g.:
<script type="text/javascript" src="/path/to/btm.js?variable=value&variable2=value2"></script>
| Load Option | Result | Accepted values | Default value |
|---|---|---|---|
| debug | Enables/Disables debug mode | true/false | false |
| imgdir | Specify the directory for the UI images | Path, either relative to pages or absolute | '../images', relative to the directory the JS files are stored in |
