Example: http://cl.ly/2c5377b3f301144bbb9e
- Create a task with at least a title
- Click on the task, it should change to 'completed' (green icon)
- Refresh
Code is in views/Index.js line 40.
- set record value
- commit record
- sync db.
Printable View
Example: http://cl.ly/2c5377b3f301144bbb9e
- Create a task with at least a title
- Click on the task, it should change to 'completed' (green icon)
- Refresh
Code is in views/Index.js line 40.
- set record value
- commit record
- sync db.
First of all, very cool example! Its great to see that some of the API choices that we made seem to be working quite well (dock, ui, fullscreen etc).
We are currently heavily developing and improving DataView/DataPanel/ListView and the data package itself. We will make sure your example works once we have done this. Expect a new release on Monday with these changes included.
Ext.data.LocalStorageProxy doesn't even seem to be saving data anymore at all, deletes it for some reason. But I'm sure you are aware of this..