I finally got External libraries to work in my applications. Now I am moving onto working with jQuery. I want to understand how to code to include various jQuery functions. For most Scriptcase applications there is a ScriptInit section, but for BLANK applications there is none, just onExecute.
Once I load the library I select the option to “Use Library” and then save the settings.
For jBox here is the Basics thay lay out:
<script src=“https://code.jquery.com/jquery-3.3.1.min.js”></script> <script src=“https://cdn.jsdelivr.net/gh/StephanWagner/jBox@v0.6.2/dist/jBox.all.min.js”></script> <link href=“https://cdn.jsdelivr.net/gh/StephanWagner/jBox@v0.6.2/dist/jBox.all.min.css” rel=“stylesheet”> So ifor all application types except for BLANK I place the above code in ScriptInit?
Do I add ‘echo’ before these lines with double quotes and change the other quotes to single marks?