02-28-2020, 02:54 PM
The one problem is that I don't think 4.5 is compatible with JQuery. This was because it conflicted with another of the base javascript toolsets we were using (Mootools) because of namespace issues. So I don't think this can work with 4.5.
This was obviously not ideal as JQuery is considered basic functionality for the webrowser now. So, for 4.7+, this should be rectified as JQuery should be fully functional on TACTIC. You can add additional js and css files to TACTIC in the config file with a comma separated list
<install>
<include_js>
https://d3js.org/d3.v3.min.js
/plugins/whatever.js
</include_js>
<include_css>
</include_css>
</install>
This was obviously not ideal as JQuery is considered basic functionality for the webrowser now. So, for 4.7+, this should be rectified as JQuery should be fully functional on TACTIC. You can add additional js and css files to TACTIC in the config file with a comma separated list
<install>
<include_js>
https://d3js.org/d3.v3.min.js
/plugins/whatever.js
</include_js>
<include_css>
</include_css>
</install>