UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

13 lines (12 loc) 247 B
Ext.define('Ext.theme.windows.MessageBox', { override: 'Ext.MessageBox', config: { ui: 'light', showAnimation: { type: 'fadeIn' }, hideAnimation: { type: 'fadeOut' } } })