inRowNode.innerHTML = this.content.generateHtml(inRowIndex, inRowIndex); if(this.flexCells){ // FIXME: accessing firstChild here breaks encapsulation inRowNode.firstChild.style.width = this.contentWidth; }