Categories | Question details Back To List | ||
Layout - content attached by url Hello, i've a layout where i have attached content via url. Now i must communicate between two panel. Therfore i need an id for the linked url content. I've analyzed the DOM via FF, but seen, that there is no id. Why? How can i realize this. Here is the corresponding part <div class="dhtmlxWindowMainContent" style="overflow: hidden; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px;"> <iframe frameborder="0" style="width: 100%; height: 100%;" src="main/object.htm?key=MMM000000001000000000000001800000"> Answer posted by Alex (support) on Feb 17, 2009 08:06 Hello, you can try use _frame property to access the page inside the cell. For example: var frame = dhxLayout.cells("a")._frame; |