I have a dhxWindow that gets it’s content by a call to attachObject(iframObj).
Now I would like to be able to close this window when a button is clicked but I am not able to get a handle to the window from within the iframe. I have tried using parent.dhxWins.window(id).close() from within the iframe, but so far am unable to get at it. Any help would be greatly appreciated.
I’m thinking maybe ‘’ just do a straight ajax call to get the content and then use win.attachHTMLString(content), I think it will be more straight forward.