application.ADF.scripts.loadJQuery(noConflict=1); // Variable for the version of the field - Display in Props UI. fieldVersion = "2.1.0"; // initialize some of the attributes variables typeid = attributes.typeid; prefix = attributes.prefix; formname = attributes.formname; currentValues = attributes.currentValues; if( not structKeyExists(currentValues, "fldID") ) currentValues.fldID = ""; if( not structKeyExists(currentValues, "includedFormTypes") OR LEN(TRIM(currentValues.includedFormTypes)) EQ 0 ) currentValues.includedFormTypes = "custom"; // Set as default value "custom" if not option is selected //WriteDump(var=currentValues,expand=false); application.ADF.scripts.addFooterJS(cftFooterJS,"TERTIARY");
Form Types: #renderAttribCheckbox("includedFormTypes","custom","Custom Elements",currentValues.includedFormTypes)# #renderAttribCheckbox("includedFormTypes","simple","Simple Forms",currentValues.includedFormTypes)#

Field ID:
Please enter the field ID to be used via JavaScript. If blank, will use default CS field name.

ADF Custom Field v#fieldVersion#
var aName = lcase(arguments.rowName); var aValue = arguments.rowValue; var aLabel = arguments.rowLabel; checked="checked">