Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ashwani on Jul 15, 2009 05:42
open dhtmlx forum
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(...);