Required library edition:
Required library file: dhtmlxlayout.js / dhtmlxaccordion.js
attaches url to the cell
Attaching to the layout's cell:
dhxLayout.cells("a").attachURL("http://some.address.com/some.page.html"); // link to iframe var ifr = dhxLayout.cells("a")._frame;
Attaching to the accordion's cell:
dhxAcc.cells(id).attachURL("http://some.address.com/some.page.html"); // link to iframe var ifr = dhxAcc.cells(id)._frame;