$(function () { var returnsValue; // Type: any // Parameters var id; // Type: object returnsValue = $(".selector").wijevcal("goToEvent", id); });
function goToEvent( id : object ) : any;
Parameters
- id
- Event object or event id.
$(function () { var returnsValue; // Type: any // Parameters var id; // Type: object returnsValue = $(".selector").wijevcal("goToEvent", id); });
function goToEvent( id : object ) : any;
$("#wijevcal").wijevcal("goToEvent", "apptid_dynid1ts1320322142549");