:: Forum >> Version 2 >>

how to get on mouse over on tree

More information on this topic is available in the documentation section: /ui.tree/.

i want to get on mouser functionality for tool tip .
Please give suggestion
Wednesday, April 29, 2009
/javascript.forum.23374.2/setitemtooltip-on-ui-combo-not.html
Wednesday, April 29, 2009
I think you need to use :
(and call a third-party js like the mentioned in the posts below)
tree.onItemMouseOver = function( row){ 
        var 
text "tooltip: " this.getItemTextrow); 
        
Tip(text); 
    } 

    
tree.onItemMouseOut = function(){ 
        
UnTip(); 
    }
 
/javascript.forum.24656.11/using-grid-with-walter-zorn.html
/javascript.forum.1742.5/multi-line-tooltip.html
HTH
Carlos
Wednesday, April 29, 2009



This topic is archived.

Back to /ui.tree/

Documentation:

Forum search