Name

sliderthumb — A slider.

Synopsis

LZX: sliderthumb
JavaScript: sliderthumb
Type: Class
Access: public
Topic: Components.Laszlo Components
Declared in: lps/components/lz/slider.lzx

Description

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>
          
the visual thumb the user drags to select a value

Superclass Chain

node (LzNode) » view (LzView) » basecomponent » basebutton » button » basesliderthumb » sliderthumb

Known Subclasses

Details

LZX Synopsis

<class name="sliderthumb" extends=" basesliderthumb ">
</class>

JavaScript Synopsis

public sliderthumb extends  basesliderthumb  {
}