UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

14 lines (12 loc) 316 B
Ext.define('Neptune.view.button.widget.Small', { extend: 'Ext.button.Button', xtype: 'smallButton', text: 'Small', constructor: function(cfg) { if (cfg.icon) { this.glyph = 'xF015@FontAwesome'; delete cfg.icon; } this.callParent(arguments); } });