UNPKG

gui-tool

Version:

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

19 lines (11 loc) 256 B
Ext.define('{{appName}}.view.{{definePath}}',{ extend: 'Ext.panel.Panel', alias: 'widget.{{xtype}}', height: '100%', title: '{{title}}', padding: 5, layout: 'fit', items: [ {{items}} ] });