dhx.ui.baseview
Type: Component
File:
Based on:
dhx.Settings
,
dhx.Destruction
,
dhx.BaseBind
Included in:
dhx.ui.accordion
,
dhx.ui.accordionitem
,
dhx.ui.alert
,
dhx.ui.baselayout
,
dhx.ui.button
,
dhx.ui.calendar
,
dhx.ui.carousel
,
dhx.ui.chart
,
dhx.ui.checkbox
,
dhx.ui.combo
,
dhx.ui.confirm
,
dhx.ui.counter
,
dhx.ui.dataview
,
dhx.ui.datepicker
,
dhx.ui.form
,
dhx.ui.googlemap
,
dhx.ui.grid
,
dhx.ui.grouplist
,
dhx.ui.icon
,
dhx.ui.iframe
,
dhx.ui.imagebutton
,
dhx.ui.input
,
dhx.ui.label
,
dhx.ui.layout
,
dhx.ui.list
,
dhx.ui.multiview
,
dhx.ui.pagelist
,
dhx.ui.popup
,
dhx.ui.radio
,
dhx.ui.resizer
,
dhx.ui.richselect
,
dhx.ui.scrollview
,
dhx.ui.segmented
,
dhx.ui.select
,
dhx.ui.slider
,
dhx.ui.tabbar
,
dhx.ui.template
,
dhx.ui.text
,
dhx.ui.textarea
,
dhx.ui.toggle
,
dhx.ui.toolbar
,
dhx.ui.unitlist
,
dhx.ui.video
,
dhx.ui.view
,
dhx.ui.window
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