/* * Load the Site Environment Configs/Elements and * Components ('/_cs_apps/components') into the site. * */ loadSite(); /* * Set the sites AjaxProxy URL * By default this file will be located in your sites /_cs_apps/ directory */ setAjaxProxyURL("#request.site.csAppsWebURL#ajaxProxy.cfm"); /* * Set the sites lightboxProxy URL * By default this file will be located in your sites /_cs_apps/ directory */ setLightboxProxyURL("#request.site.csAppsWebURL#lightboxProxy.cfm"); /* * Set the sites enableADFsiteDevMode status * By default the ADF runs with development mode disabled (false) to enable set to (true) * (Note: if this line is commented, removed or if no value is passed development mode will disabled) * options: true or false */ enableADFsiteDevMode(false); /* * Load the ADF Application into application space * * SAMPLE: * loadApp("CustomAppBeanName"); * */ //loadApp("ptProfile"); /* * Define the ADF Lib components to load into the sites application space. * Loading the most recent versions of the ADF Lib components * * Note: you can pass a previous ADF version number (e.g. 1.0) to this function to load that * versions ADF Library Components * * See /ADF/lib/version.xml to see which ADF Library Components are loaded for that ADF Version * */ loadLibrary();