Categories | Question details Back To List | ||
Attaching htmlString to dhtmlxLayout Hi, How can we attach html string to the cell in Layout, is this possible? Thanks. Answer posted by Alex (support) on Jul 15, 2009 05:57 Hello, yes, it is possible. Current layout version doesn't provide attachHTMLString method. But there is the following workaround: dhxLayout.cells(cell_id).window.attachHTMLString(...); |