in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

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: Previous Next
  • 11-14-2007 7:23 AM

    • sergi
    • Not Ranked
    • Joined on 04-10-2006
    • Posts 3

    Do not show event Appoinment in shedule

    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
    • Top 10 Contributor
    • Joined on 06-11-2007
    • Pittsburgh PA
    • Posts 516

    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

    Filed under: ,
Page 1 of 1 (2 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.