I want to display percentage symbol in the tool tip on hover over the slider
slider in toolbar or slider separate component?
slider in tooltip
we do not have slider in tooltip we have slider in toolbar and slider as separate component. which one you need to fix?
slider as a separate component
values to be from 1 to 100 but on hover the tool tip must display 80%.
Hi
here is a demo:
dhtmlx.com/docs/products/dhtmlxS … popup.html
just replace:
myPop.attachHTML(window.dhx4.template(“Current value: #value#”, {value:value}));
to:
myPop.attachHTML(window.dhx4.template(“Current value: #value#%”, {value:value}));