UNPKG

ucan-ext-js-kitchen-sink

Version:

my-ext-gen-app description for Ext JS app MyExtGenApp

13 lines 299 B
Ext.define('UCANSink.view.main.detail.DetailView', { extend: 'Ext.Container', xtype: 'detailview', cls: 'detailview', layout: 'fit', items: [ { xtype: 'container', style: 'background:white', html: '<div style="padding:10px;font-size:24px;">WOHOOOO</div>' } ] })