// ' + nl; s +='' + nl; if (str_numberDefinition.length>0) { s +=' ' + str_numberDefinition + '' + nl; } for(var i in captions){ let scaption = captions[i]; let sfirst = captions[i].substring(0,1).toUpperCase(); s +=' ' + sfirst + scaption.substring(1,scaption.length) + '' + nl; } if (str_calledit!='') { s +=' ' + '-' + '' + nl; } if (str_calldelete!='') { s +=' ' + '-' + '' + nl; } s +='' + nl; let nr=0; for (let i in objs) { nr++; s +='' + nl; if (str_numberDefinition.length>0) { s +=' ' + (nr) + '' + nl; } let obj = objs[i]; // das i-te Customer for(let j in obj){ // das j-te Attribut //alert(j); s +=' ' + obj[j] + '' + nl; } if (str_calledit!='') { s+=' ' + '' + ' ' + nl; } if (str_calldelete!='') { s+=' ' + '' + ' ' + nl; } s +='' + nl; } s +='' + nl; //alert(s); return s; } // ]]>