// 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];
if ( structKeyExists(request, "element") )
{
labelText = '';
tdClass = 'CS_Form_Label_Baseline';
}
else
{
labelText = '';
tdClass = 'cs_dlgLabel';
}