Discuss anything related to web development but no technical support questions


Post by mats »

Here is a list of the most important changes/fixes in 1.7
  • Ext JS 3.3 Support
  • New TimeGap plugin, highlighting non-allocated time for all resources.
  • New plugin - "Sch.plugins.Pan", allowing you to pan a LockingSchedulerView by clicking and dragging (as in Google Maps)
  • LockingSchedulerView now has a scrollToTime method
  • SchedulerView now has a scrollEventIntoView method
  • The highlighting of time column header cells on hover is now configurable
  • Added 'style' place holder to the base eventTemplate, meaning it's now easy to add custom style properties to each event.
  • LockingGroupingView now has support for showSummaryInHeader
  • Now possible to use multiple instances of Lines/Zones plugins for a single scheduler.
Bugs:
  • Selections are now cleared when clicking outside of an event (this behavior is also configurable).
  • Several minor documentation bugs fixed
  • LockingSchedulerView : Fixed alignment bug when hiding columns
  • Fixed bug when assigning a non-array as the plugins property for SchedulerPanel
  • Fixed bug when resizing items in a GroupingView with the top group collapsed.
  • Fixed bug when editing spinnerfield cells, such cells would not stop editing after clicking outside the field
TImegap-plugin:
http://ext-scheduler.com/examples/t ... megap.html

Scrolling demo:
http://ext-scheduler.com/examples/s ... ollto.html

Pan plugin:
http://ext-scheduler.com/examples/l ... uping.html

Post Reply