<videoslider>

JavaScript: lz.videoslider
extends <view> » <node> » lz.Eventable »

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
color expression any 0x00ff00 read/write
   
ms expression any null read/write
   
showTimeDisplay expression any true read/write
   
showVolumeControl expression any true read/write
   
sourcevalue expression any this.time / (this.totaltime || 1.0) read/write
   
time expression any 0 read/write
   
timedisplay expression any this.tracking ? this.tracktime : this.time read/write
   
totaltime expression any 0 read/write
   
tracking expression any false read/write
   
trackingDelegate expression any null read/write
   
tracktime expression any this.trackvalue * this.totaltime read/write
   
trackvalue expression any 0.0 read/write
   
value expression any this.tracking ? this.trackvalue : this.sourcevalue read/write
   
volume expression any this.controls.volumebutton.volume read/write
   

Methods

handleTracking()
videoslider.handleTracking(ignore);
Parameter Name Type Description
ignore    

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy