wijmo.list Namespace > wijlist type : next Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: any // Parameters var event; // Type: object returnsValue = $(".selector").wijlist("next", event); }); |
Javascript (Specification) | |
---|---|
function next( event : object ) : any; |