// Variable for the version of the field - Display in Props UI. fieldVersion = "2.0"; // initialize some of the attributes variables typeid = attributes.typeid; prefix = attributes.prefix; formname = attributes.formname; currentValues = attributes.currentValues; if( not structKeyExists(currentValues, "fieldID") ) currentValues.fieldID = ""; if( not structKeyExists(currentValues, "fieldClass") ) currentValues.fieldClass = ""; if( not structKeyExists(currentValues, "btnAddText") ) currentValues.btnAddText = ""; if( not structKeyExists(currentValues, "btnEditText") ) currentValues.btnEditText = "";
Field ID:
Please enter the field ID to be used via JavaScript. If blank, will use default name.
Field Class Name:
Please enter a class name to be used by JavaScript. If blank, a class attribute will not be added.
Add Button Text:
Please enter custom text to display on the 'Add' button. If blank, it will use the default.
Edit Button Text:
Please enter custom text to display on the 'Edit' button. If blank, it will use the default.

ADF Custom Field v#fieldVersion#