Netzke::Basepack::Window

Code of this view

Features:

  1. Straight-forward nesting of any other Netzke widget
  2. Persistent resize and position

Example 1: a simple persistent window

Just a window that remembers its size and position

Example 2: a window nesting a GridPanel

Example 3: a window nesting the BossesAndClerks component (from this tutorial)

Example 4: empty window with predefined dimensions that can be reopened after closing

Simply setting the Ext.Window's closeAction option to "hide"