Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Marc on Sep 05, 2008 15:41
open dhtmlx forum
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.