X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_htmleditor_BlockTd.js.html;h=55d0376a3b8fbebcf9b028021c2578cc89f3dac1;hp=5b345c291effedc48a2ab4be7ed9b17872e01a13;hb=d97e0976f1719f86bbaee600d9591d911cdaac9f;hpb=7d42d507fed0daeaff43cecec266f867b4d9acb5 diff --git a/docs/src/Roo_htmleditor_BlockTd.js.html b/docs/src/Roo_htmleditor_BlockTd.js.html index 5b345c291e..55d0376a3b 100644 --- a/docs/src/Roo_htmleditor_BlockTd.js.html +++ b/docs/src/Roo_htmleditor_BlockTd.js.html @@ -379,6 +379,9 @@ this.colspan = Math.max(1,1*node.getAttribute('colspan')); this.rowspan = Math.max(1,1*node.getAttribute('rowspan')); this.html = node.innerHTML; + if (node.style.textAlign != '') { + this.textAlign = node.style.textAlign; + } },