Hello everyone!
just tried to display in RadSlider tooltip with image.
with this codes it is ok but displaying 2 image side by side.
with this code displaying image good for every step but when i sliding right handle it displaying only first image
so target is
when i sliding right handle tooltip displaying right image.
any help?
Regards
just tried to display in RadSlider tooltip with image.
with this codes it is ok but displaying 2 image side by side.
div.innerHTML = "<img src='images/" + slider.get_selectedItems()[0].get_value() + ".gif' width='50' height='64'> <img src='images/" + slider.get_selectedItems()[1].get_value() + ".gif' width='50' height='64' >";with this code displaying image good for every step but when i sliding right handle it displaying only first image
div.innerHTML = "<img src='images/" + slider.get_selectedItems()[0].get_value() + ".gif' width='50' height='64'> <img src='images/" + slider.get_selectedItems()[1].get_value() + ".gif' width='50' height='64' >"; else div.innerHTML = "<img src='images/" + slider.get_selectedItems()[1].get_value() + ".gif' width='50' height='64'> ";so target is
when i sliding right handle tooltip displaying right image.
any help?
Regards
