Wijmo UI for the Web
expandDelay Option

Default value: 0

The expandDelay option controls the length of time in milliseconds to delay before the node is expanded.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijtree("option", "expandDelay");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijtree("option", "expandDelay", newValue);
        
});
Javascript (Specification) 
var expandDelay : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.