Wijmo UI for the Web
goToEvent Method
Event object or event id.
Navigates to the event given by the parameter id.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijevcal();
var value; // Type: any

// Parameters
var id; // Type:  object

value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.