UNPKG

gui-tool

Version:

A tool to generate an ExtJS prototype with Siesta tests.

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