Name

basesliderthumb

Synopsis

LZX: basesliderthumb
JavaScript: basesliderthumb
Type: Class
Access: public
Topic: Components.Base Components
Declared in: lps/components/base/baseslider.lzx

Description

Basesliderthumb expects to be within a baseslidertrack (or its subclass). In other words, its "classroot" should be a slidertrack.

Superclass Chain

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

Known Subclasses

Known Direct Subclasses: sliderthumb

Details

Properties (1)

showvalue
<attribute name="showvalue" value="${parent.parent.showvalue}" />
public var showvalue;
Toggles the floating value text when dragging thumb.

LZX Synopsis

<class name="basesliderthumb" extends=" button ">
  <attribute name=" showvalue " value="${parent.parent.showvalue}" />
</class>

JavaScript Synopsis

public basesliderthumb extends  button  {
  public var showvalue ;
}