A slider with slid and knob
A slider is used to let user specifying a value by scrolling.
A slider accepts a range of value starting from 0 to 100. You could change the maximal
allowed value by the
maxpos
property.
<slider id="slider" />
<slider curpos=”1” maxpos=”20” />
|
Name |
Inherited From |
|---|---|
|
|
Description: Denotes the content of a scrollable component has been scrolled by the user. |
|
|
Description: Denotes that user is scrolling a scrollable component. Notice that the component's content (at the server)
won't be changed until
have to invoke the
class to retrieve the temporary position. |