Displaying 3 results from an estimated 3 matches for "handle3".
Did you mean:
handle
2006 May 20
1
Slider.js - Attemting to put values in form.
...with predefined values [2,4,6,8] and a non-default range
[2,15]</h2>
<form name="myform">
<input name="test" value="helloworld">
<div id="track3" style="width:200px;background-color:#aaa;height:5px;">
<div id="handle3"
style="width:5px;height:10px;background-color:#f00;"> </div>
</div>
<p id="debug3"> </p>
<a href="#" onClick="javascript:submit()">Submit</a>
</form>
<script type="text/javascript">
v...
2006 May 23
0
Slider.js - Attemting to put values in form.
...with predefined values [2,4,6,8] and a non-default range
[2,15]</h2>
<form name="myform">
<input name="test" value="helloworld">
<div id="track3" style="width:200px;background-color:#aaa;height:5px;">
<div id="handle3"
style="width:5px;height:10px;background-color:#f00;"> </div>
</div>
<p id="debug3"> </p>
<a href="#" onClick="javascript:submit()">Submit</a>
</form>
<script type="text/javascript">
v...
2005 Sep 21
8
Slider controls
...r(''handle1'',''track1'',{
onSlide:function(value){ // do something },
onChange:function(value){ // do something } });
You can also have an array of predefined values, so the slider
"jumps" from
value to value:
new Control.Slider(''handle3'',''track3'',{values:[0,50,100,150,150,200]});
For vertical sliders, use:
new Control.Slider(''handle2'',''track2'',{axis:''vertical''});
Have fun, and please give feedback! Big thanks to Marty,
Thomas