UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

39 lines (37 loc) 1.11 kB
Ext.define('Neptune.view.Content', { extend: 'Ext.panel.Panel', xtype: 'content', layout: { type: 'card', deferredRender: true }, bodyPadding: '10 ' + (Ext.getScrollbarSize().width + 10) + ' 10 10', scrollable: true, items: [ { xtype: 'panels' }, { xtype: 'framedPanels' }, { xtype: 'accordions' }, { xtype: 'toolbars' }, { xtype: 'buttons' }, { xtype: 'menuButtons' }, { xtype: 'splitButtons' }, { xtype: 'buttonGroups' }, { xtype: 'menus' }, { xtype: 'formFields' }, { xtype: 'forms' }, { xtype: 'fieldsets' }, { xtype: 'windows' }, { xtype: 'tabs' }, { xtype: 'bottomTabs' }, { xtype: 'overflowTabs' }, { xtype: 'trees' }, { xtype: 'grids' }, { xtype: 'panelTabToolbarGrid' }, { xtype: 'toolbarsInPanels' }, { xtype: 'toolbarsInTabs' }, { xtype: 'borderLayout' }, { xtype: 'borderLayoutWindow' }, { xtype: 'formWithTabs' }, { xtype: 'nestedTabs' } ] });