Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Sencha Ext JS 5 Quick Overview

Sencha Ext JS 5 Quick Overview

A quick overview of some of the new features arriving in Sencha Ext JS 5.

Daniel Gallo

March 06, 2014
Tweet

More Decks by Daniel Gallo

Other Decks in Technology

Transcript

  1. Short term roadmap • Touch interface support - e.g. mousedown

    maps to touchstart • Tablet theme • Grid gadgets • MVC Routing - translates your application's URL into controller actions and methods • Charts package upgrade • Improved ARIA support Sencha Ext JS 5
  2. Short term roadmap • View-specific Controllers • Two-way data binding

    • View-specific Models - allowing views interested in data to bind to it, and be notified of changes • Many to Many associations on Models • Heterogenous Tree Stores / Models - trees can contain nodes of multiple types Sencha Ext JS 5
  3. Sencha Ext JS - Grid gadgets • Rich and interactive

    components within grid cells • Very light-weight, e.g. no lifecycle methods such as initComponent etc