From nuform.js:
- Code: Select all
if(nuFormType() == 'edit' && nuIsNewRecord() && f.objects.length > 0){
obj0.focus();
}
Wouldn't it be useful to set the focus on the first field in any case, not just for new recrods? What do you think?
if(nuFormType() == 'edit' && nuIsNewRecord() && f.objects.length > 0){
obj0.focus();
}
ARWEN wrote:So, what do you think?