UNPKG

gui-tool

Version:

A tool to generate an ExtJS prototype with Siesta tests.

21 lines (15 loc) 327 B
Ext.define('RapidGui.view.{{definePath}}',{ extend: 'Ext.form.Panel', alias: 'widget.{{xtype}}', collapsible: true, height: '100%', title: '{{title}}', autoScroll: true, bodyPadding: 10, items: [ {{items}} ], buttons: [ {{buttons}} ] });