Wijmo UI for the Web
nextPage Method
The javascript event.
This method is similar to the "next" method, but it jumps a whole page to the next page instead of to the next selectable item. You can call this method when you are using an iPod-style menu.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var event; // Type:  event
    
    returnsValue = $(".selector").wijmenu("nextPage", event);
});
Javascript (Specification) 
function nextPage( 
   event : event
) : any;

Parameters

event
The javascript event.
Browser Compatibility
7
5
5

See Also

Reference

wijmenu type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.