Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on May 27, 2009 22:14
open dhtmlx forum
Applets

How to add a applet in the dhtml window?
Answer posted by Alex (support) on May 28, 2009 04:42
Hello,

There are to methods that can be used to attach content into the window:
 - attachObject(object);
 - attachURL(url);

In first case container is placed into the window (win.attachObject()) The second approach allows to load page into window iframe.
You can choose the method that is approprtiate for you.
Please, see samples in the window package dhtmlxWindows/samples/init/