// 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]; // find if we need to render the simple form field renderSimpleFormField = false; if ( (StructKeyExists(request, "simpleformexists")) AND (request.simpleformexists EQ 1) ) renderSimpleFormField = true; application.ADF.scripts.loadjQuery(); //application.ADF.utils.doDump(xparams,"xparams - event cats",false); application.ADF.scripts.loadCFJS(); if ( structKeyExists(request, "element") ) { labelText = ''; tdClass = 'CS_Form_Label_Baseline'; } else { labelText = ''; tdClass = 'cs_dlgLabel'; } #labelText#
Loading...