UNPKG

gui-tool

Version:

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

20 lines (15 loc) 312 B
Ext.define('{{appName}}.view.Viewport', { id: 'viewport', requires:[ 'Ext.layout.container.Border', {{viewportRequires}} ], extend: 'Ext.container.Viewport', layout: { type: 'vbox', align: 'stretch' }, items: [ {{items}} ] });