wijmo.pager.wijpager Namespace > options type : create Option |
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) | |
---|---|
|