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






Hello,


you can try use _frame property to access the page inside the cell. For example:


var frame = dhxLayout.cells(“a”)._frame;