<slider>
A slider.

JavaScript: lz.slider

The <slider> tag creates a slider which allows for easy selection of a single value between a provided range. Options exist for setting the range, showing the range values, showing the selected value while dragged, and showing a fill bar.

<canvas height="60">
  <slider x="20" y="20" width="300" value="50"/>
</canvas>

Attributes inherited from <basevaluecomponent>

type, value

Methods

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <baseslider>

onmaxvalue, onminvalue

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy