// the fields current value
currentValue = attributes.currentValues[fqFieldName];
// the param structure which will hold all of the fields from the props dialog
xparams = parameters[fieldQuery.inputID];
//-- Update for CS 6.x / backwards compatible for CS 5.x --
// If it does not exist set the Field Permission variable to a default value
//if ( NOT StructKeyExists(variables,"fieldPermission") )
// variables.fieldPermission = "";
//--Read Only Field Security--
//readOnly = application.ADF.forms.isFieldReadOnly(xparams);
// Load JQuery
application.ADF.scripts.loadJQuery();