DHTMLX Docs & Samples Explorer

Initialization from input



Source
<script>
window.dhx_globalImgPath = "../../codebase/imgs/";
</script> <script src="../../codebase/dhtmlxcommon.js"></script> <script src="../../codebase/dhtmlxslider.js"></script> <script src="../../codebase/ext/dhtmlxslider_start.js"></script> <link rel="STYLESHEET" type="text/css" href="../../codebase/dhtmlxslider.css"> <table> <tr><td> <form method="POST" target="a_frame" action="php/dump.php"> <input class="dhtmlxSlider" type="text" name="slider1" style="width:200px" value="10"><br> <input class="dhtmlxSlider" skin="ball" min="10" max="20" step="0.5" type="text" name="slider2" style="width:200px" value="20"><br> <input type="submit"> </form> </td></tr> </table> <iframe id="a_frame" name="a_frame" style="width:300px; height:200px;"></iframe>