// 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 = "";
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.