Правки при переделки в класс

This commit is contained in:
2020-03-01 18:25:22 +06:00
parent 0fba5eac2a
commit 7ad6018737
2 changed files with 16 additions and 16 deletions

View File

@ -296,6 +296,7 @@ class EdtRec
//td2.style.width=row+"px";
}
td1.appendChild(document.createTextNode(nodeProp.getAttribute("d")));
if(nodeProp.getAttribute("t")!=null) td1.title=nodeProp.getAttribute("t");
if (nodeProp.getAttribute("maybenull")=='0') td1.style.cssText="font-weight: bold;";
var value=getCdata(nodeProp).nodeValue;