Discuss anything related to web development but no technical support questions


Post by mats »

This release is by far the largest release we've done so far, mainly due to the fact of the upgrade to Ext JS 4. This means that Scheduler 2.0 will _not_ run on any Ext JS 3.x versions, you need to upgrade to at least 4.0.2a to use this release. Here's a summary of what's new in the Scheduler 2.0 alpha release.

2.0 FEATURES:
  • Ext JS 4 support including support for dynamic class loading
  • Vertical orientation mode
  • Support for switching orientation programmatically
  • Scheduler TreeView
  • New event layout engine to avoid event overlaps
  • EventEditor plugin now supports multiple forms allowing different fields for different types of events.
  • Scheduler Buffering View for large datasets
  • Basic HTML print support
  • New state support, saving last start/end and viewPreset
  • New simple-editor plugin for editing just the event title text
  • New TreeView example
  • New Buffered view example
  • New simple editor example
  • New config options for viewPresets: rowHeight and resourceColumnWidth
2.0 Bug fixes and minor changes
  • Removed all CSS dependencies to external Ext JS images
  • Removed all dependencies to third party plugins/components
  • Normalized event names
  • Fixed bug with header row alignment for days not starting on 00:00
2.0 Still in progress:
  • scrollEventIntoView method is not yet supported
  • snap to resolution for dragcreator
  • Grouping header summary in collapsed mode

Post Reply