Правки при переделки в класс
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user