The App shows how to use different types of Stores and Models
The App Shows how to use different types of Stores and Models
    
    
        - 
            simple - Using an mvcModel (dojox/mvc/ModelRefController) with json data, no store.
        
- 
            simple2 - Using an mvcModel (dojox/mvc/EditModelRefController) with json data, no store.
        
- 
            simple 3 - Using simple JSON Model with data from a dojo.store.Memory
        
- 
            repeat - Using an mvcModel (dojox/mvc/EditStoreRefListController) with a dojo.store.JsonRest. 
        
- 
            repeat2 - Using an mvcModel (dojox/mvc/EditStoreRefListController) with an ItemFileWriteStore which gets wrapped in DataStore, with a query. 
        
- 
            repeat3 - Using an mvcModel (dojox/mvc/EditStoreRefListController) with an ItemFileWriteStore which gets wrapped in DataStore, no query. 
        
- 
            generate - Simple Form Generate