How to include custom javascript in the html <head> tag
Objective: Insert custom javascript to execute on the client side at run time, specifically, including this script in the <head> of each document loaded through OpenUI.
The Document 1901033.1 states that it should be possible to modify the head tag, however does not go into a lot of detail.
So far I have tried to modify multiple .swt template files by either directly inserting the <script> tags, or by using the <swe:include-script file="script.js"/> line. Neither has worked.
Which is the correct .swt file to use?
Is there a better approach?
Thanks,
Chris