Wijmo UI for the Web
select Method
The javascript event.
This method selects the active item which triggers the select event for that item. This event is useful for custom keyboard handling.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijmenu();
var value; // Type: any

// Parameters
var event; // Type:  event

value = instance.select(event);
Javascript (Specification) 
function select( 
   event : event
) : any;

Parameters

event
The javascript event.
Browser Compatibility
7
5
5

See Also

Reference

wijmenu type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.