UNPKG

gui-tool

Version:

A tool to generate an ExtJS prototype with Siesta tests.

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