Hi, Is there a way to change the Min/max value of a webSlider in Javascript without doing a postback similar to setting its value as follows:
if (slider) slider.set_value(iIndex[eventIndex]);
Thanks for any help.
Hi,
Unfortunately that is not supported. Because layout of tickmarks, labels, etc. is defined by those properties and html for those values is calculated and generated on server. The only "get" member functions are supported.
var minValue = slider.get_minValueAsDouble();
Hi Viktor,
I am using WebSlider 2011.1.2064 is the statement you made above is still valid. Meaning we can not still change the slider min/max. Is it possible then to recreate a slider on the client and delete the old one with new values.
Cheers
Gennaro