Child pages
  • Windows and Dialogs

Versions Compared

Key

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

...

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.

...

Execution flow in WC

onhide event

...

Windowing API

...

application.closeAllWindows()

...