Sample: dhtmlxSlider Initialization from input dhtmlxSlider main page
X
	Slider can be initialized from input







 
    <form method="POST" target="a_frame" action="dump.php">
    <input class="dhtmlxSlider" type="text" name="slider1" style="width:200px"><br><br>
    <input class="dhtmlxSlider" type="text" name="slider2" style="width:200px" value="10"><br>
    <input class="dhtmlxSlider" skin="ball" type="text" name="slider3" style="width:200px" value="10"><br>
    <input class="dhtmlxSlider" min="10" max="20" step="0.5" type="text" name="slider4" style="width:200px" value="20"><br>
    <input type="submit">
    </form>