Hi,
i use dhxWins
i open a new win and attach a url
how can i access to an object from another dhxWins window ?
something like parent ?
thanks
Marc
To access dhtmlxWindow object
var some = parent.dhxWins.window(id)
where dhxWins is name of dhtmlxWindows object used for windows creation.
If you need to access some HTML content in URL attched to window - it not very simple incurrent version. The next version, will be released in nearest time, will provide a simple reference for such tasks.