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 Gennaro,
The architecture of slider was not changed since initial version. There are no plans to replace server html by dynamic javascript similar to jquery.
The layout of child html elements of slider generated on server can not be modified on client.
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
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();