wessnerj
wessnerj

Reputation: 152

ExtJS evaluate server response with proxy writer

Following scenario:

  1. There is a store with the fields: title, content, created
  2. A new record with title and content is added
  3. Via Ajax proxy the new record is sent to the server
  4. The Server automatically adds the created field and returns the whole record (with created field)

So after Step 4, how can i achieve, that the store automatically updates the new (synced) record with the server response?

Upvotes: 1

Views: 316

Answers (1)

Julian Hollmann
Julian Hollmann

Reputation: 2912

This is done automagically by ExtJS 4

Upvotes: 2

Related Questions