Ext.defer(Ext.create, 1, this, [cfg.xtype, cfg]);
Hi, where should i insert the defer function to render properly a button in my sencha touch 2 template?
I tried in the paint event but it is rendered the second time i access the template, in the initialize function the button is not shown i think becouse the dom is not already rendered i think.
Thank you in advance