sets a popup message appearing on pointing a mouse cursor over the dedicated item.
webix.ui({
view:"dataview",
...
},
tooltip:{
Rating: #rating#<br/>
Votes: #votes#"
}
});
In the tooltip template there're values transmitted from the dataset.
Back to top