Attaching htmlString to dhtmlxLayout

Hi,



How can we attach html string to the cell in Layout, is this possible?



Thanks.


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(…);