Browse By Tags

  • Forum Post: Re: Do not show event Appoinment in shedule

    To redirect to another site instead of showing the appointment dialog: function C1WebSchedule1_OnClientBeforeDialogOpen(oWebSchedule, sDialogName, oData, oEventArgs) { window.location = " http://www.componentone.com " eEventArgs.cancelEvent = true ; }; regards, Greg L
Page 1 of 1 (20 items)