Hi,
i’am try to get a vertical slider, this is my code:
<input class=“dhtmlxSlider” skin=“ball” min=“10” max=“100” vertical=“true” step=“1” type=“text” name=“slider2” style=“width:500px” value=“50”>
vertical=“true” won’t work. How can i do this ?
What’s wrong.
THX
KalleKnall
Darya
#2
Hi
As you can here, there is no “vertical” parameter in the init:
docs.dhtmlx.com/doku.php?id=dhtm … html_input
Hi,
i know, but why not ? The Slider is so easy to use within the input tag.
thx
Chris
Darya
#4
It is because of input design: by default input is horizontal element.
You can init vertical slider some any ways and bind it to the input manually, using API.
Hi,
i have found a slider to do this in this easy way.
THX
Chris
Darya
#6