step of toolbar

i want to know toolbar how to resize step Similar to dhtmlxslider,thanks!

Toolbar’s slider doesn’t allow to define step, you may place dhtmlxSlider into toolbar:

toolbar.addText(id, pos, “

”);
var slider = new dhtmlxSlider(“parentId”, 100);
slider.setSkin(“dhx_skyblue”);
slider.init();