Development tools : XUI editor : XUI widgets and containers : Dojo Widgets : Data slider
  
Data slider
You can use the following two types of slider in UDTT, HorizontalSlider and VerticalSlider.
1 Create a HorizontalSlider and VerticalSlider.
This graphic is described in the surrounding text.
2 Specify the following properties:
 
Properties
 
Specify the value, maximum, minimum properties to bind with data store.
This graphic is described in the surrounding text.
Specify the name of the slider, the name after data will be submitted to server. This property will be bound to relative context.
This graphic is described in the surrounding text.
Bind name with server context
This graphic is described in the surrounding text.
If you set the ShowButtons value to false, buttons will be hidden.
This graphic is described in the surrounding text.
This graphic is described in the surrounding text.
Enable label at the top side.
This graphic is described in the surrounding text.
Enable rule at the top side.
This graphic is described in the surrounding text.
3 Selected slider:
This graphic is described in the surrounding text.
4 Set the properties of value, minValue, maxValue.
This graphic is described in the surrounding text.
5 Bind data.
This graphic is described in the surrounding text.
Go up to
Dojo Widgets