The Gaia Ajax Window basically mimics the behaviour of a normal desktop Window. You can set it to be Modal (through AspectModal, see
Aspects), Closable, Movable, Resizable and mostly all other properties you'd expect to get from a normal desktop Window.
 Window |
The Gaia Ajax Window is a very rich Ajax Control. You can set properties for enabling and disabling resizing, moving, closing, maximizing, minimizing, modality and virtual any other property you can think of in regards to an Ajax Windows. The Modality feature (through AspectModal) is very frequently used by our users since it facilitates the creation of data-gathering forms where some piece of data is crucial for the onwards continuing use of some parts of your Ajax Application.
See an example of our Ajax Window control here:
Widgets Sample or
Window Sample.