dhx.ui.resizer
Type: Component
File:
Based on:
dhx.MouseEvents
,
dhx.ui.view
,
dhx.ui.baseview
,
dhx.Settings
,
dhx.Destruction
,
dhx.BaseBind
Included in:
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
onbeforecontextmenu
- fires before context menu was called in the item area
onitemclick
- fires when item was clicked
onitemdblclick
- fires when item was double-clicked
onmousemove
- fires when mouse was pointed over item
onmousemoving
- fires when mouse was moved over component
onmouseout
- fires when mouse was moved out from item
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