Categories | Question details Back To List | ||
Window 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 Answer posted by Support on Sep 08, 2008 09:44 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. |