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