Sha256: 2c3235f0dce5d79c7334c8e75dbfa2cebb912d67033ee2cfd7bc9575b9d21256
Contents?: true
Size: 629 Bytes
Versions: 7
Compression:
Stored size: 629 Bytes
Contents
Ext.define("Compass.ErpApp.Desktop.Applications.DynamicForms.CenterRegion",{ extend:"Ext.panel.Panel", alias:'widget.dynamic_forms_centerregion', constructor : function(config) { this.workArea = Ext.create('Ext.tab.Panel',{ id: 'dynamic_formsTabPanel', autoDestroy:true, region:'center' }); config = Ext.apply({ id:'dynamic_formsCenterRegion', autoDestroy:true, layout:'border', region:'center', split:true, items:[this.workArea] }, config); this.callParent([config]); } });
Version data entries
7 entries across 7 versions & 1 rubygems