Wijmo UI for the Web
create Option
Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijpager("option", "create");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijpager("option", "create", newValue);
        
});
Javascript (Specification) 
var create : any;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijpager jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.