Sha256: 2a69974d1e9fc2e46d2c73230cf91ee83ab98e44b068da91c6538edc7be05359
Contents?: true
Size: 298 Bytes
Versions: 4
Compression:
Stored size: 298 Bytes
Contents
Ext.define('TM.view.plan.FormWindow', { extend: 'Ext.window.Window', xtype: 'plan_formwindow', requires: [ 'TM.view.plan.Form' ], modal: true, width: 600, height: 580, layout: { type: 'fit', align: 'stretch' }, items: [{ xtype: 'plan_form', border: false }] });
Version data entries
4 entries across 4 versions & 1 rubygems