1
votes

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?

1

1 Answers

2
votes

This is done automagically by ExtJS 4