Hello,
I am using DayPilot Pro 4.2 .
TimeRangeSelectedJavaScript is working fine with IE (7) with my javascript call, but not with FireFox.
Thanks
Anonymous
-
12/7/2007 4:03:59 PM
(complement to my previous post)
It is like handling is on 'HoldForever' and not on 'Javascript' with Firefox, very strange.
Anonymous
-
12/7/2007 4:06:00 PM
Here it is :
<%@ Register Assembly="DayPilot" Namespace="DayPilot.Web.Ui" TagPrefix="DayPilot" %>
<DayPilot:DayPilotCalendar ID="DayPilotCalendar1" runat="server" Width="" BusinessBeginsHour="8" CellHeight="15" CellsPerHour="6" DataAllDayField="Journee" DataEndField="DateFin" DataStartField="DateDebut" DataTagFields="DateDebut, ID" DataTextField="DateDebut" DataValueField="ID" Days="6" EventClickHandling="Edit" EventClickJavaScript="alert('Tag["name"]: ' + e.tag('name'));" EventDeleteHandling="JavaScript" EventDeleteJavaScript="if (confirm('Voulez-vous vraiment effacer \'' + e.text() + '\' ?')) dpc1.eventDeleteCallBack(e);" EventEditHandling="CallBack" EventSelectHandling="CallBack" HeightSpec="BusinessHoursNoScroll" LoadingLabelText="Chargement..." TimeFormat="Clock24Hours" TimeRangeSelectedHandling="JavaScript" OnTimeRangeSelected="DayPilotCalendar1_TimeRangeSelected" style="left: -181px; top: 94px" ContextMenuSelectionID="DayPilotMenu1" OnTimeRangeMenuClick="DayPilotCalendar1_TimeRangeMenuClick" ClientObjectName="dpc1" TimeRangeSelectedJavaScript="_handleWisely(event.type, start.toGMTString(), end.toGMTString());">
</DayPilot:DayPilotCalendar>
Anonymous
-
12/13/2007 9:37:37 AM