UNPKG

gui-tool

Version:

A tool to generate an ExtJS prototype with Siesta tests.

22 lines (16 loc) 332 B
Ext.define('RapidGui.store.{{definePath}}',{ extend: 'Ext.data.Store', model: '{{model}}', proxy: { type: 'ajax', url: '{{proxyUrl}}', reader: { type: 'json', root: 'result.data' }, }, autoLoad: true, sorters: [ {{sorters}} ] });