UNPKG

gui-tool

Version:

A tool to generate an ExtJS prototype with Siesta tests.

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