title

text over slider bar

string|function title;

Example

webix.ui({
    view:"slider",
    title:"Select range from 0 to 100",
    ...
});

Related samples

Details

Can be defined as function

webix.ui({
    view:"slider",
    title:function(obj){
         return "Value: "+ obj.value;
    }
    ...
});
See also
  • Articles
  • Back to top
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.