Sunday, December 9, 2012

ExtJS 4–Data Framework

 

The three mail components in Data framework are

  1. Model
  2. Store
  3. Proxy

BLOG- 5.10.56 PM

The model class is the new and most important class in Ext.data package. It is the improvement over Record class in Ext 3.x. Now, we can represent real entities using Model classes. Now, proxy can be attached to model class so that they can talk to server to load, update, delete and create models.

The model class following features

  • Fields
  • functions
  • Validations
  • Associations.

BLOG- 5.11.29 PM

No comments:

Post a Comment