how to get on mouse over on tree
i want to get on mouser functionality for tool tip .
Please give suggestion
Please give suggestion
April 29,
tree.onItemMouseOver = function( row){
var text = "tooltip: " + this.getItemText( row);
Tip(text);
}
tree.onItemMouseOut = function(){
UnTip();
}
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021