Categories | Question details Back To List | ||
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 Answer posted by Support on Nov 05, 2008 04:47 dhtmlxWindow' div does not have any id. You can set id directly to window: var w1 = dhxWins.createWindow("id0",...); |