UNPKG

gui-tool

Version:

A tool to generate an ExtJS prototype with Siesta tests.

21 lines (15 loc) 327 B
Ext.define('RapidGui.view.{{definePath}}',{ extend: 'Ext.grid.Panel', alias: 'widget.{{xtype}}', collapsible: true, store: '{{store}}', height: '100%', title: '{{title}}', {{optionalConfig}} columns: [ {{columns}} ], plugins: [ {{plugins}} ] });