DayPilot Pro for JavaScript 1.0 beta4

Release date: July 5, 2013 (build 1.0.292)

Overview

Improvements

  • [Bubble] DayPilot.Bubble.showHtml() method added. (build 264)
  • [Bubble] DayPilot.Bubble ready for standalone usage (.showHtml()). (build 264)
  • [Bubble] DayPilot.Bubble.showHtml(html, div) working with position="EventTop" (relative to div). (build 266)
  • [Scheduler] Scheduler: setScrollX(), setScrollY(), getViewPort(). (build 269)
  • [Scheduler] DayPilot.Scheduler.temp.getPosition() implemented (experimental API) (build 272)
  • [Calendar] Calendar: Fixing column alignment in Safari on Mac (no scrollbar). (build 273)
  • [Calendar] DayPilot.Calendar.onAfterRender (api2). (build 275)
  • [Calendar] DayPilot.Calendar.onAfterEventRender (api2). (build 275)
  • [Calendar] DayPilot.Calendar.onBeforeCellRender (api2). (build 275)
  • [Calendar] DayPilot.Calendar.temp.getPosition() (build 276)
  • [Month] DayPilot.Month.temp.getPosition() (build 276)
  • [Calendar] DayPilot.Calendar.columns structure updated (API2). (build 277)
  • [Calendar] DayPilot.Calendar.cornerHtml updated. (build 277)
  • [Calendar] DayPilot.Calendar.onBeforeHeaderRender (api2). (build 277)
  • [Calendar] Calendar: Fixing cell background in !cssOnly mode. (build 278)
  • [Calendar] DayPilot.Calendar.onBeforeTimeHeaderRender (api2). (build 282)
  • [Month] DayPilot.Month.onAfterRender (api2). (build 283)
  • [Month] DayPilot.Month.onAfterEventRender (api2). (build 283)
  • [Month] DayPilot.Month.onBeforeCellRender (api2). (build 283)
  • [Month] DayPilot.Month.onBeforeEventRender (api2). (build 283)
  • [Month] DayPilot.Month.onBeforeHeaderRender (api2). (build 286)
  • [Month] DayPilot.Month.onEventMove, DayPilot.Month.onEventMoved (api2) (build 287)
  • [Month] DayPilot.Month.onEventResize, DayPilot.Month.onEventResized (api2) (build 287)
  • [Month] DayPilot.Month.onTimeRangeSelect, DayPilot.Month.onTimeRangeSelected (api2) (build 288)
  • [Month] DayPilot.Month.onEventClick, DayPilot.Month.onEventClicked (api2) (build 288)
  • [Month] DayPilot.Month.onTimeRangeDoubleClick, DayPilot.Month.onTimeRangeDoubleClicked (api2) (build 289)
  • [Month] DayPilot.Month.onEventDoubleClick, DayPilot.Month.onEventDoubleClick (api2) (build 289)
  • [Calendar] DayPilot.Calendar.onEventDoubleClick, DayPilot.Calendar.onEventDoubleClick (api2) (build 289)
  • [Month] DayPilot.Month.eventDoubleClickHandling default value set to "Enabled". (build 289)
  • [Calendar] DayPilot.Calendar.eventDoubleClickHandling default value set to "Enabled". (build 289)
  • [Calendar] DayPilot.Calendar.onEventSelect, DayPilot.Calendar.onEventSelected (api2) (build 290)
  • [Month] DayPilot.Month.onEventSelect, DayPilot.Month.onEventSelected (api2) (build 290)
  • [Bubble] DayPilot.Scheduler.eventRightClickHandling = "Bubble" supported. (build 290)
  • [Scheduler] DayPilot.Scheduler.eventRightClickHandling = "Bubble" supported. (build 290)
  • [Bubble] DayPilot.Month.eventRightClickHandling = "Bubble" supported. (build 290)
  • [Month] DayPilot.Month.eventRightClickHandling = "Bubble" supported. (build 290)
  • [Month] DayPilot.Month.onEventRightClick, DayPilot.Month.onEventRightClicked (api2) (build 290)
  • [Calendar] DayPilot.Calendar.onEventRightClick, DayPilot.Calendar.onEventRightClicked (api2) (build 290)
  • [Calendar] DayPilot.Calendar: onBeforeRender handlers in a separate demo. (build 291)
  • [Month] DayPilot.Month: onBeforeRender handlers in a separate demo. (build 291)
  • [Month] DayPilot.Month.onHeaderClick, DayPilot.Month.onHeaderClicked (api2) (build 291)
  • [Calendar] DayPilot.Calendar.onEventEdit, DayPilot.Calendar.onEventEdited (api2) (build 292)
  • [Calendar] DayPilot.Calendar.onHeaderClick, DayPilot.Calendar.onHeaderClicked (api2) (build 292)
  • [Calendar] DayPilot.Calendar.onEventDelete, DayPilot.Calendar.onEventDeleted (api2) (build 292)
  • [Scheduler] DayPilot.Scheduler.onTimeHeaderClick, DayPilot.Scheduler.onTimeHeaderClicked (api2) (build 292)
  • [Navigator] DayPilot.Navigator.onTimeRangeSelect, DayPilot.Navigator.onTimeRangeSelected (api2) (build 293)
  • [Navigator] DayPilot.Navigator.onVisibleRangeChange, DayPilot.Navigator.onVisibleRangeChanged (api2) (build 293)

Fixes

  • [Scheduler] Event moving not activated until the mouse position changes after mousedown (DayPilot.Scheduler.moveBy="Full" mode). (build 262)
  • [Bubble] Bubble: Do not allow to display the bubble with style.top < 0px (fix). (build 271)
  • [Calendar] DayPilot.Calendar first moving fixed (selection). (build 275)
  • [Calendar] Calendar: onBeforeCellRender overriding fix. (build 279)
  • [Calendar] Calendar: Header border fix in !cssOnly mode. (build 281)
  • Upper-right corner border fixed in themes: calendar_white, calendar_green, calendar_transparent. (build 282)