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.form.Panel', alias: 'widget.{{xtype}}', collapsible: true, height: '100%', title: '{{title}}', autoScroll: true, bodyPadding: 10, items: [ {{items}} ], buttons: [ {{buttons}} ] });