application.ADF.scripts.loadJQuery(noConflict=true); // Variable for the version of the field - Display in Props UI. fieldVersion = "3.0.6"; // initialize some of the attributes variables typeid = attributes.typeid; prefix = attributes.prefix; formname = attributes.formname; currentValues = attributes.currentValues; if( not structKeyExists(currentValues, "beanName") ) currentValues.beanName = "file_uploader"; if( not structKeyExists(currentValues, "uiTheme") ) currentValues.uiTheme = "ui-lightness"; application.ADF.scripts.addFooterJS(cftFooterJS,"TERTIARY");
Bean Name:
Name of the Object Factory Bean that will hold the configuration for the file uploader. By default it is "file_uploader" and to be put into the /_cs_apps/components/ of the site. Note: Do NOT include ".cfc" in the name.
UI Theme:

ADF Custom Field v#fieldVersion#