Wijmo UI for the Web
findEventById Method
Find event object by id
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  object
    // Parameters
    var id; // Type:  any
    
    returnsValue = $(".selector").wijevcal("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
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.