Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Kris on Aug 07, 2009 16:23
open dhtmlx forum
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?


Answer posted by Alex (support) on Aug 10, 2009 01:39

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.