Lightswitch HTML global JS file to pass variable
问题 I know how this works in C#, however not so much in javascript so I am hoping it is similar. With Javascript can I create say a master.js, with a variable ( var defaultValue = "1234" ), which I can reference in all other javascript files associated with the project? so in terms of Lightswitch HTML, each screen has the ability to have a js file, and on the screen I want to be able to retrieve this defaultValue. Can this be done? If yes, how can I get this value onto the current screen? so far