placeholder

specifies measurement units for the gage

string placeholder;

Example

webix.ui({
    view: "gage",
    id:"gage1",
    value: 60,
    minRange: 0,
    maxRange: 100,
    label: "Speed",
    placeholder: "km/hour"
});

Related samples

See also
  • Articles
  • Back to top
    If you have not checked yet, be sure to visit site of our main product Webix javascript ui framework and page of gage widget product.