-
13 Dec 2011 9:40 AM #11
Why are you calling initConfig? initConfig will be called when you callParent() (if you are overriding Component).
Code:initialize: function() { this.callParent(); this.setItemId(this.getName() + 'Button'); //presuming 'name' is a configuration }Sencha Inc.
Robert Dougan - @rdougan
Sencha Touch 2 and Ext JS 4 Core Team Member, SASS/Theming Wizard.


Reply With Quote