// 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]; //--Field Security-- readOnly = application.ADF.forms.isFieldReadOnly(xparams); // Validate if the property field has been defined if ( NOT StructKeyExists(xparams, "sourceCEfldID") OR LEN(xparams.sourceCEfldID) LTE 0 ) xparams.sourceCEfldID = ""; // Load JQuery application.ptSync.scripts.loadJQuery();
Validating...
#application.ADF.forms.wrapFieldHTML(inputHTML,fieldQuery,attributes)#