set dhtmlxWindow id

Is there a way, similar to this:



tabbar._content[“tab1”].id = “tab1”;





that we can set unique id for a dhtmlxWindow div?



Thanks

dhtmlxWindow’ div does not have any id. You can set id directly to window:
var w1 = dhxWins.createWindow(“id0”,…);