UNPKG

ucan-ext-js-kitchen-sink

Version:

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

18 lines (17 loc) 432 B
Ext.define('UCANSink.view.componentDetail.examples.aboutDialog.exampleView', { extend: 'Ext.Container', xtype: 'ucanaboutDialogexampleview', controller: 'ucanaboutDialogexamplecontroller', requires: [ 'UCAN.aboutDialog.src.*', 'Ext.*' ], viewModel: { type: 'ucanaboutDialogexampleviewmodel' }, items: [{ xtype: 'button', text: 'Dialog erstellen', handler: 'createDialog' }] });