Documentation

tooltip

sets a popup message appearing on pointing a mouse cursor over the dedicated item.

object tooltip;

Example

webix.ui({
            view:"dataview",
            ...
            },
            tooltip:{
                Rating: #rating#<br/>
                Votes: #votes#"
            }
        });

See also

Details

In the tooltip template there're values transmitted from the dataset.

Back to top