UNPKG

gui-tool

Version:

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

18 lines (12 loc) 208 B
Ext.define('{{appName}}.model.{{definePath}}', { extend: 'Ext.data.Model', fields: [ {{fields}} ], hasMany:[ {{hasMany}} ], hasOne: [ {{hasOne}} ] });