dhx.ui.video
Type: Component
File:
Based on:
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
getVideo
- gets the video object
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)
autoplay
- defines whether a video file must be played just after initialization, without waiting a button click (false)
container
- html container or its id where view needs initializing
controls
- defines whether a control panel should be displayed (true)
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
src
- path to video file
width
- view width