dhmlxLayout - Add content by ajax

Hello,



I am experimenting with layout- from what I can see in the documentation content can be attached using the attachURL method or object on the page.



Is there a method to load content by ajax?






Hello,


you can use the following approach:


layout.cells(cell_id).window.attachURL(path_to_content,true);


where cell_id is id of layout cell.