Thanks for your input. I truly value the idea of learning how to fish rather than just being given a fish. For me, it's essential to understand the process and reasoning behind a solution so that I can tackle similar challenges on my own in the future. I always try to think through problems on my own before reaching out for help, and I find hints and guidance much more valuable than a complete, direct answer.
Regarding gentleSelect: In the header, there's a dedicated section that starts with </script> and ends with <script>, which I find confusing. How should I insert my script in this section? Will it go inside this area, and is there documentation explaining it? Should I place my <script> tag between the </script> and <script> tags? I'm finding it difficult to determine the correct syntax from the available documentation. Any guidance would be extremely helpful.
This insertion doesn't work and crash the system. It is the insertion in the header.
Code: Select all
// Functions placed here are available anywhere in nuBuilder Forte.
// Runs after each Edit Form loads
function nuLoadEditGlobal(formId, formCode) {
}
// Runs after each Browse Form loads
function nuLoadBrowseGlobal(formId, formCode) {
}
// Runs after each Edit and Browse Form loads
function nuOnLoad(formId, formCode) {
}
// Include external resources:
</script>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="gentleSelect/jquery-gentleSelect.js"></script>
<link type="text/css" href="gentleSelect/jquery-gentleSelect.css" rel="stylesheet" />
<script>
Best,
Yves