DHTMLX Docs & Samples Explorer

setItemToolTipTemplate(itemId, template)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxtoolbar.js

sets a tooltip template for a slider

  • itemId - id of a slider
  • template - tooltip template (%v will replaced with current value)
    toolbar.setItemToolTipTemplate(itemId, template);