placeholder

sets an additional description for the label of the widget

placeholder;

Example

webix.ui({
    view: "bullet",
    id: "b1",
    value: 40,
    minRange: 0,
    maxRange: 120,
    label:"2015 YTD", 
    placeholder:"expected #value#"
});

Related samples

See also
  • Articles
  • Back to top