window

Methods

Events

Properties

  • header - the content of window header: template or view
  • body - the content of window body: template or view
  • position - window position: 'top' or 'center'
  • head_height - header height (32)
  • width - window width (300)
  • height - window height (200)
  • top - the top offset of a window (100)
  • left - the left offset of a window (100)
  • head - sets header view
  • hidden - hides the window initially
  • headHeight - defines the header height (43 by default)
  • container - html container or its id where view needs being initialized
  • id - view id
  • css - class name for view container
  • width - view width
  • height - view height
  • gravity - view gravity (1 by default)
  • move - makes view movable
  • modal - switches window modality