UNPKG

gui-tool

Version:

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

19 lines (12 loc) 281 B
Ext.define('{{appName}}.view.{{definePath}}', { extend: 'Ext.window.Window', xtype: '{{xtype}}', height: {{height}}, width: {{width}}, title: '{{title}}', autoScroll: true, items: [ {{items}} ], bodyPadding: 10 });