Sign in
|
Join
|
Help
in
WebScheduler for ASP .NET
ASP.NET
(Entire Site)
C1 Community
ComponentOne Community is a free source for developers and help authors to collaborate and communicate.
Home
Blogs
Forums
Downloads
Help Central
C1Labs
C1 Community
»
ASP.NET
»
WebScheduler for ASP .NET
»
Do not show event Appoinment in shedule
Do not show event Appoinment in shedule
Last post 01-29-2008 10:48 AM by
C1_GregL
. 1 replies.
Page 1 of 1 (2 items)
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
11-14-2007 7:23 AM
sergi
Joined on 04-10-2006
Posts
3
Do not show event Appoinment in shedule
Reply
Contact
Hello! To see if someone can help me that when you click on a cell C1.webShedule I do not leave the window appointment but I link to another site where I have another form. Thanks
01-29-2008 10:48 AM
In reply to
C1_GregL
Joined on 06-11-2007
Pittsburgh PA
Posts
500
Re: Do not show event Appoinment in shedule
Reply
Contact
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
Filed under:
C1WebSchedule
,
redirect
Page 1 of 1 (2 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.