UNPKG

gui-tool

Version:

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

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