.attachURL iframe ID/NAME

I’m replacing an old iframe code with dx .attachURL, I’m wondering if there was a way to add iframe name and id in the .attachURL. I simply want to load a link from one iframe to another iframe .

<iframe id="iFrame2" name="se_frame2" src="URL" allowfullscreen"></iframe>
</div>

<a href="test.html" target="se_frame2" />

How do I manipulate/add iframe name/id to DX .attachURL like the one above?

<div class="dhx_cell_cont_layout" style="left: 0px; top: 32px; width: 1316px; height: 444px;">
<iframe style="width: 100%; height: 100%; position: relative;" src="URL" frameborder="0"></iframe>
</div>

Please, trey to use the attachHTMLString() method:
docs.dhtmlx.com/api__link__dhtm … tring.html