dhx.ui.view

Methods

  • adjust - adjusts the component to the size of the outer parent HTML container
  • bind - binds components
  • define - sets configuration property or a hash of properties
  • destructor - destructs an object
  • getNode - returns main html container of view
  • getParent - returns parent object of current view
  • hide - hides view
  • isVisible - returns true if current view is visible
  • resize - adjusts view to the new size
  • show - makes view visible

Events

Doesn't have any

Properties

  • animate - defines animation on view change (object with direction, type and subtype properties) or disables animation (false)
  • container - html container or its id where view needs initializing
  • css - class name for view container
  • gravity - view gravity (1 by default)
  • height - view height
  • hidden - sets whether a view will be hidden initially
  • id - view id
  • scroll - enables scrolling
  • width - view width