Set value for slider dynamically

Hi

if a slider is initialized as below:
var mySlider = new dhtmlXSlider(“sliderObj”, {
size: 100,
step: 1,
min: 1,
max: 100,
value: 50
});

Can i set the value in mySlider dynamically?
Suppose I select a slider value and save those changes, on click of the page where slider is i want the value on the slider to be updated with the previously saved value.
Is that possible?

I am using a slider and input box and have linked it so that when slider value changes, input box also updates accordingly and i would also like to set the value using input box and save the value.
On load of the page, the saved value should be displayed in slider and input. This value can vary.
I need to set the value dynamically. is that possible?
If so, can you help me set the value?

Hi

seems like you’re need linkTo(), this one docs.dhtmlx.com/api__dhtmlxslider_linkto.html
and demo dhtmlx.com/docs/products/dhtmlxS … inkto.html

the only thing you need is take care about value in slider/input on page reloading