sets HTML content for a cell
var layout = new dhx.Layout("layout_container", { cols: [ { header: "Cell header", html: "Hello world"} ] });