Wijmo UI for the Web
goToEvent Method
Event object or event id.
Navigates to the event given by the parameter id.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var id; // Type:  object
    
    returnsValue = $(".selector").wijevcal("goToEvent", id);
});
Javascript (Specification) 
function goToEvent( 
   id : object
) : any;

Parameters

id
Event object or event id.
Example
$("#wijevcal").wijevcal("goToEvent", 
  "apptid_dynid1ts1320322142549");
Browser Compatibility
7
5
5

See Also

Reference

wijevcal type
wijevcal jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.