The next method gets the next selectable item.
The first item is selected if no item is active or the last one is active.
It returns null if none is selectable.
Syntax
Javascript (Usage) | |
---|
var instance = new jQuery.wijmo.wijmenu();
var value; // Type: any
// Parameters
var event; // Type:
value = instance.next(event);
|
Javascript (Specification) | |
---|
function next(
:
) : any;
|
Parameters
- event
- The javascript event.
Browser Compatibility
See Also
Reference
wijmenu type