titzu
19 Aug 2009, 1:23 AM
hi,
I need to add a new element to another element but I want to add it on top (first) of other existing elements.
thanks,
titzu
my actual code is
Ext.getCmp('step2').add(fpNew);
Ext.getCmp('step2').doLayout();
I need to add a new element to another element but I want to add it on top (first) of other existing elements.
thanks,
titzu
my actual code is
Ext.getCmp('step2').add(fpNew);
Ext.getCmp('step2').doLayout();