var outputHTML = ""; var thirdPartyLibPath = "/ADF/thirdParty/jquery/bootstrap/"; var scriptPath = ""; // Only use the major.minor version numbers and strip .maintenance/.build number if passed in arguments.version = variables.scriptsService.getMajorMinorVersion(arguments.version); scriptPath = thirdPartyLibPath & arguments.version & "/"; #outputHTML# #variables.scriptsService.renderScriptOnce("bootstrap",outputHTML)# var outputHTML = ""; var thirdPartyLibPath = "/ADF/thirdParty/jquery/cfjs/"; // Make the version backwards compatiable to remove minor build numbers. arguments.version = variables.scriptsService.getMajorMinorVersion(arguments.version); // Append the version to the thirdPartyLibPath thirdPartyLibPath = thirdPartyLibPath & arguments.version & "/"; #outputHTML# #variables.scriptsService.renderScriptOnce("cfjs",outputHTML)# var outputHTML = ""; var csScriptLibPath = "/cs_customization/ckeditor/ckeditor.js"; var adfScriptLibPath = "/_cs_apps/thirdParty/ckeditor/ckeditor.js"; var loadViaCDN = false; var packageList = 'basic,standard,standard-all,full,full-all'; var disableJSloader = false; if ( LEN(TRIM(arguments.package)) EQ 0 OR ListFindNoCase(packageList,arguments.package) EQ 0 ) arguments.package = "full"; #outputHTML# #variables.scriptsService.renderScriptOnce(scriptName="ckeditor",outputHTML=outputHTML,disableJSloader=disableJSloader)# var outputHTML = ""; #outputHTML# #variables.scriptsService.renderScriptOnce("DateFormat",outputHTML)# var outputHTML = ""; #outputHTML# #variables.scriptsService.renderScriptOnce("DateJS",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("fileUploader",outputHTML)# var outputHTML = ""; var thirdPartyLibPath = "/ADF/thirdParty/css/font-awesome/"; var scriptPath = ""; var scriptPathExt = ""; // Only use the major.minor version numbers and strip .maintenance/.build number if passed in arguments.version = variables.scriptsService.getMajorMinorVersion(arguments.version); scriptPath = thirdPartyLibPath & arguments.version & "/css/font-awesome.min.css"; // An ADF css extension css file that add sizes (6x-10x) scriptPathExt = thirdPartyLibPath & arguments.version & "/css/font-awesome-ADF-ext.css"; // If an overridePath is passed in and valid load that .css file instead if ( LEN(TRIM(arguments.overridePath)) AND ListLast(arguments.overridePath,".") EQ "css" AND FileExists(expandPath(arguments.overridePath)) ) { scriptPath = arguments.overridePath; scriptPathExt = ""; } #outputHTML# #variables.scriptsService.renderScriptOnce("fontAwesome",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("json-js",outputHTML)# // Flag to determine if we load the JQuery Migrate plugin after the loading process var loadMigratePlugin = false; // Make the version backwards compatiable to remove minor build numbers. arguments.version = variables.scriptsService.getMajorMinorVersion(arguments.version); // Check that we are loading v1.9 or greater (eg. 1.9.x, 1.11.x or 2.x load the Migrate plugin) if ( (ListFirst(arguments.version,".") EQ 1 AND ListLast(arguments.version,".") GTE 9) OR (ListFirst(arguments.version,".") GTE 2) ) { // If forcing, then load migrate plugin OR the jquery script is NOT loaded yet if ( arguments.force OR NOT variables.scriptsService.isScriptLoaded("jQuery") ) loadMigratePlugin = true; } // Call the super function to load super.loadJQuery(version=arguments.version, force=arguments.force, noConflict=arguments.noConflict); // Check that we need to load with JQuery Migrate plugin if ( loadMigratePlugin ) loadJQueryMigrate(force=arguments.force); var outputHTML = ""; var thirdPartyLibPath = "/ADF/thirdParty/jquery/blockUI/"; // 2011-12-28 - MFC - Make the version backwards compatiable to remove minor build numbers. arguments.version = variables.scriptsService.getMajorMinorVersion(arguments.version); #outputHTML# #variables.scriptsService.renderScriptOnce(scriptName="jQueryBlockUI",outputHTML=outputHTML,renderInHead=arguments.renderInHead)# #outputHTML# #variables.scriptsService.renderScriptOnce("jQueryCapty",outputHTML)# // Call the super function super.loadJCycle(version=arguments.version, force=arguments.force); var outputHTML = ""; // safety check to make sure atleast the min version is loaded if ( !IsNumeric(arguments.version) OR arguments.version LT 20130909) arguments.version = 20130909; #outputHTML# #variables.scriptsService.renderScriptOnce("jcycle2",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jquerycalculation",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jquerycalcx",outputHTML)# super.loadJQueryDataTables(version=arguments.version, force=arguments.force, loadStyles=arguments.loadStyles); #outputHTML# #variables.scriptsService.renderScriptOnce("jqueryjeditable",outputHTML)# var outputHTML = ""; #outputHTML# #variables.scriptsService.renderScriptOnce("jQueryiCalendar",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jqueryimagesloaded",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jQueryMobile",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jQueryMigrate",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jQueryMultiselect",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jqueryNMCFormHelper",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jQueryPlupload",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jQuerySWFUpload",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jqueryTablesorter",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jqueryTableSorterThemes",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jqueryTableSorterThemes",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jQueryTemplates",outputHTML)# // Call the super function super.loadJQueryTimeAgo(version=arguments.version,force=arguments.force); #outputHTML# #variables.scriptsService.renderScriptOnce("jqueryTools",outputHTML)# var outputHTML = ""; // 2011-12-28 - MFC - Make the version backwards compatiable to remove minor build numbers. arguments.version = variables.scriptsService.getMajorMinorVersion(arguments.version); super.loadJQueryUI(version=arguments.version,themeName=arguments.themeName,force=arguments.force); #outputHTML# #variables.scriptsService.renderScriptOnce("jQueryUI",outputHTML)# loadJQueryUIstyles(version=arguments.version,themeName=arguments.themeName,force=arguments.force); var outputHTML = ""; // Make the version backwards compatiable to remove minor build numbers. arguments.version = variables.scriptsService.getMajorMinorVersion(arguments.version); #outputHTML# #variables.scriptsService.renderScriptOnce("jQueryUIstyles",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jQueryUIForm",outputHTML)# var outputHTML = ""; #outputHTML# #variables.scriptsService.renderScriptOnce("jQueryUITimepickerAddon",outputHTML)# var outputHTML = ""; #outputHTML# #variables.scriptsService.renderScriptOnce("jQueryUITimepickerFG",outputHTML)# var outputHTML = ""; var thirdPartyLibPath = "/ADF/thirdParty/jquery/jsTree"; // Make the version backwards compatiable to remove minor build numbers. arguments.version = variables.scriptsService.getMajorMinorVersion(arguments.version); // Call the super function super.loadJSTree(version='1.0',force=arguments.force); #outputHTML# #variables.scriptsService.renderScriptOnce("jstree",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("mathuuid",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("tipsy",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jqueryeasing",outputHTML)# #loadjQueryEasing(force=arguments.force)# #loadjQueryMouseWheel(force=arguments.force)# #outputHTML# #variables.scriptsService.renderScriptOnce("fancybox",outputHTML)# #outputHTML# #variables.scriptsService.renderScriptOnce("jquerymousewheel",outputHTML)# var outputHTML = ""; var thirdPartyLibPath = "/ADF/thirdParty/jquery/qtip"; // Make the version backwards compatiable to remove minor build numbers. arguments.version = variables.scriptsService.getMajorMinorVersion(arguments.version); // Call the super function super.loadQTip(version='1.0',force=arguments.force); #outputHTML# #variables.scriptsService.renderScriptOnce("qtip",outputHTML)# #loadJQueryImagesLoaded(force=arguments.force)# ---> var outputHTML = ""; var thirdPartyLibPath = "/ADF/thirdParty/jquery/typeahead/"; // Make the version backwards compatiable to remove minor build numbers. arguments.version = variables.scriptsService.getMajorMinorVersion(arguments.version); // Append the version to the thirdPartyLibPath thirdPartyLibPath = thirdPartyLibPath & arguments.version & "/"; #outputHTML# #variables.scriptsService.renderScriptOnce("typeaheadBundle",outputHTML)# super.loadUploadify(version=arguments.version, force=arguments.force); #arguments.content#