UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

21 lines (17 loc) 328 B
Ext.define('KitchenSink.view.touchevent.Pad', { extend: 'Ext.Container', xtype: 'toucheventpad', id: 'touchpad', flex: 1, margin: 10, layout: { type: 'vbox', pack: 'center', align: 'stretch' }, items: [ { html: 'Touch here!' } ] });