Wijmo UI for the Web
resizeSettings Option

Defines the animation while the bar of the splitter is being dragged.

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

See Also

Reference

options type
wijsplitter jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.