Config Test Links
?configADF=1
?reconfigADF=1
?configADF=1&scriptsPackage=min
?reconfigADF=1&scriptsPackage=min
Output Install Scripts (no resources installed)
?configADF=1&outputInstallScripts=1
?reconfigADF=1&outputInstallScripts=1
Tools
/ADF/lib/scripts/tools/validate-scripts-data.cfm
/ADF/lib/scripts/tools/validate-cdn-scripts.cfm
"Register All Scripts" Docs Link:
https://community.paperthin.com/adf-docs/index.php/Register_All_Scripts
Additional Resource Registration URL Parameters
In addition to the 'configADF', 'reconfigADF' and the 'scriptsPackage' url parameters (discussed above), as of ADF 2.6 and above you can also utilize the following additional url parameters for controlling the ADF Script registration process.
- preserveAliases (true or false) - 'true' (default) to not change any alias names currently assigned to other resources or 'false' to update as configured in the AllScript.cfm data file.
- useExternal (true or false) - 'false' (default) - set to 'true' for to use external/CDN resources (uses local if CDN url is not configured)
- loadingType (early or late) - 'late' default - set to 'early' to load javascript resources at the top of the page
- useLegacyEarlyJs (true or false) - 'false' (default) - set to 'true' to load jQuery and jQueryUI at the top of the page for backwards compantiblity with ealry loading and in-line jquery script blocks
- groupList (a list or single group name) - Group names assigned in the AllScript.cfm data file.
- aliasList (a list or single resource or alias name) - Resource or alias names assigned in the AllScript.cfm data file.