Child pages
  • Windows and Dialogs

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

Single Window Interface

Multi Window Interface

Execution flow in WC

onhide event