Register All Scripts

From ADF Docs
Revision as of 16:19, 25 October 2022 by Gcronkright (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Register ADF Scripts as CommonSpot Resources

Once the ADF has been installed or upgraded and the ADF Reset, register the ADF 2.x ThirdParty Scripts as Resources in CommonSpot 10.x by using the following URL parameters:

WARNING: This tool should only be used on Authoring or Standalone CommonSpot servers.

(Any existing ADF scripts/resources will be skipped.)

(Any missing ADF scripts/resources will also be added.)

Remember: You must be logged in to the CommonSpot site for these parameters to run.

The minimal set of ThirdParty Scripts includes:

  • jQuery
  • jQueryMigrate
  • jQueryUI
  • jQueryMobile
  • Bootstrap
  • ADFLightbox
Note: For compatibility with the ADF's Custom Fields, Custom Scripts, Datasheet Modules and any additional ADF Apps that maybe installed on your site, it is recommended to register All resources. 


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) - set to 'false' to allow resource Alias names to be updated as configured in the /ADF/lib/scripts/data/1.0/allScripts.cfm json data file or use 'true' to NOT change any alias names currently assigned to existing resources.
  • 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 AllScripts.cfm data file.
  • aliasList (a list or single resource or alias name) - Resource or alias names assigned in the AllScripts.cfm data file.


Examples:
http://{commonspot-site}/?reconfigADF=1&preserveAliases=true&useExternal=true
http://{commonspot-site}/?reconfigADF=1&preserveAliases=true&useExternal=true&aliasList=jquery

ADF Scripts Developer Info

For more information regarding the registration of ADF 2.x ThirdParty Scripts as Resources in CommonSpot 10.x, please review the ADF Scripts 2.0 Developer Info

IMPORTANT: The ADF thirdParty scripts libraries will not function when using ADF.scripts_2_0 loadScripts calls unless
they are registered as Resources in CommonSpot 10.x. 


WARNING: This tool should only be used on Authoring or Standalone CommonSpot servers.