Wijmo UI for the Web
create Option
wijmo.pager.wijpager Namespace > options type : create Option
The create option is inherited from jQueryUI.
Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijpager("option", "create");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijpager("option", "create", newValue);
        
});
var create : any;
See Also

Reference

options type
wijpager jQuery Widget