I don’t understand the “AUTO value” property
Have you used it before?
Is a JS for set a default value
if (Ext.isEmpty(api.getValue("Country"))) {
return api.setValue("Spain");
}
return NULL;
I don’t understand the “AUTO value” property
Have you used it before?
Is a JS for set a default value
if (Ext.isEmpty(api.getValue("Country"))) {
return api.setValue("Spain");
}
return NULL;