I am loading a dhtmlxform using the load method:
myForm.load("/PatientDataManager/js/pdmt/common/formDatastore.js",“json”).
My formDatastore has the following format: {id:“1”, fieldName:“value”, etc…}
What is the JSON representation for a SELECT field?
Thanks!
Cyril