Child pages
  • Windows and Dialogs
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Servoy supports a wide range of Windowing options to support both the Single Document Interface as well as Multi Document Interface

Within Servoy UI's are called Forms. Forms can be displayed in either a Window or a Dialog, or can be displayed inside container elements within other Forms.

Window vs. Dialog

A Window is different from a Dialog in that a Window supports Minimize and Maximize operations on top of the Close operation that is supported by both the Window and Dialog.

Dialogs can be either modal of non-modal/modeless, whereas Windows are always non-modal.

Dialog 

The main object involved when working with windows is the JSWindow object. Additionally there is the window plugin and the dialogs plugin.

Smart Client vs. Web Client

JSWindow

Dialogs vs. Window

Retrieving Window context in scripting

Dialogs

Window plugin

Single Window Interface

Multi Window Interface

Execution flow in WC

onhide event

  • No labels