UNPKG

gui-tool

Version:

Generating of ExtJS prototypes and skeleton applications with Siesta tests has never been so easy and fast.

17 lines (12 loc) 237 B
Ext.define('{{appName}}.store.{{definePath}}',{ extend: 'Ext.data.Store', model: '{{model}}', {{proxy}} autoLoad: true, sorters: [ {{sorters}} ], data: [ {{data}} ] });