UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

11 lines (9 loc) 197 B
Ext.define('KitchenSink.view.ContentPanel', { extend: 'Ext.panel.Panel', xtype: 'contentPanel', id: 'content-panel', scrollable: true, header: { hidden: true } });