// initialize some of the attributes variables typeid = attributes.typeid; prefix = attributes.prefix; formname = attributes.formname; currentValues = attributes.currentValues; if( not structKeyExists(currentValues, "titleFldID") ) currentValues.titleFldID = ""; if( not structKeyExists(currentValues, "fldID") ) currentValues.fldID = ""; if( not structKeyExists(currentValues, "fldClass") ) currentValues.fldClass = ""; if( not structKeyExists(currentValues, "fldSize") ) currentValues.fldSize = "40";
Title Field ID:
Please enter the title field ID property for the photo title.
Field ID:
Please enter the field ID to be used via JavaScript. If blank, will use default field name.
Class Name:
Please enter a class name to be used via JavaScript or CSS. If blank, a class attribute will not be added.
Field Size:
Enter a display size for this field.