Threaded View
-
16 Aug 2012 4:40 AM #21
I guess that if you would WANT to override the default buttons you could just use
or something like that...Code:Ext.define('GT.FixedButton', { override: 'Ext.Button' [...]
I guess that if you would WANT to override the default buttons you could just use
or something like that...Code:Ext.define('GT.FixedButton', { override: 'Ext.Button' [...]