UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

9 lines 236 B
Ext.define('Neptune.view.window.widget.WithButtons', { extend: 'Neptune.view.window.widget.Basic', xtype: 'windowWithButtons', draggable: false, buttons: [ { text: 'Submit' }, { text: 'Cancel' } ] });