DHTMLX Docs & Samples Explorer

getFrame()

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxcontainer.js

returns iframe object. This method can be applied to a cell where a page has been loaded by attachURL method.

    var iframeObject = dhxLayout.cells(id).getFrame();
    var winObject = iframeObject.contentWindow;