Lines Matching refs:content
417 let content = '<table border="1"><tr>';
418 …content += '<td><select class="form-select" id="' + dateFieldId + '_daySelect" onchange="return we…
420 content += '<option value="' + i + '"';
422 content += ' selected="selected"';
424 content += '>' + i + '</option>';
426 content += '</select></td>';
427 …content += '<td><select class="form-select" id="' + dateFieldId + '_monSelect" onchange="return we…
429 content += '<option value="' + i + '"';
431 content += ' selected="selected"';
433 content += '>' + monthLabels[i] + '</option>';
435 content += '</select></td>';
436 …content += '<td><input class="form-control" type="text" id="' + dateFieldId + '_yearInput" size="5…
437 content += '<tr><td colspan="3">';
438 content += '<table width="100%">';
439 content += '<tr>';
442 content += '<td ';
443 content += 'class="descriptionbox"';
444 content += '>';
445 content += daysOfWeek[j];
446 content += '</td>';
452 content += '</tr>';
462 content += '<tr>';
464 content += '<td ';
467 content += 'class="descriptionbox"';
469 content += 'class="optionbox"';
472 content += 'style="background-color:#EAEAEA; border: solid #AAAAAA 1px;"';
474 …content += '><a href="#" onclick="return webtrees.calDateClicked(\'' + dateFieldId + '\', \'' + da…
475 content += tdate.getDate();
476 content += '</a></td>';
480 content += '</tr>';
482 content += '</table>';
483 content += '</td></tr>';
484 content += '</table>';
486 return content;
992 content: this.dataset.wtHidePasswordText, property
1001 content: this.dataset.wtShowPasswordText, property