Wijmo UI for the Web
findEventById Method
Find event object by id
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijevcal();
var value; // Type: object

// Parameters
var id; // Type:  any

value = instance.findEventById(id);
Javascript (Specification) 
function findEventById( 
   id : any
) : object;

Parameters

id

Return Value

events data.
Browser Compatibility
7
5
5

See Also

Reference

wijevcal type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.