How to attach Dhtmlx object to another dhtmlx object

Hello,

I didn’t find anything in the documentation to attach a dhtmlx object to another one.

It is possible to use attachXXXX functions, for example to attach a layout to a tab during its creation. But when the several objects are already created, it seems that it is not possible to link them.

For example, I would like to create a dhtmlxTabbar in a side, and a dhtmlxLayout in another side. Then, I would like to be able to attach my dhtmlxLayout to my dhtmlxTabbar. But it doesn’t seem to be possible.

And this need can be larger : attach an existing dhtmlxLayout to an existing tab, attach an existing tabbar to an existing layout panel, attach an existing grid to an existing tab, etc.