History 2015-09-08 - GAC - Initial version. 2017-11-06 - GAC - Set up to only load jQueryUI Updated to change loading type from early to late 2020-10-06 - GAC - Including the base registerAllScripts.cfm - Set to Force the jqueryui group (disabling the grouplist parameter) ---> if ( !structKeyExists(attributes, "updateExisting") ) attributes.updateExisting = 0; // options: true / false if ( !structKeyExists(attributes, "loadingType") ) attributes.loadingType = "late"; // options: late / early attributes.groupList = "jqueryui"; include "registerAllScripts.cfm";