Window.keepMultiModalWindow Constant for multi modal window behavior. By default (Window.keepMultiModalWindow=false), a new modal window will hide the previous one. if Window.keepMultiModalWindow=true, a new modal window will move the previous one under the overlay. initialize(id, options) Window constructor used when creating new window (new Window(id, options)) id DOM id of the window must be