darkhorni
3 Sep 2012, 1:36 AM
I have form within a tab. It is second tab so it doesn't render until you open it.
I have tried to submit data to the form with
Ext.getCmp('DetailsForm').getForm().setValues(selections[0]); but it says that it is not a function. Probably because it is not rendered yet. What I have to do?
I have tried to submit data to the form with
Ext.getCmp('DetailsForm').getForm().setValues(selections[0]); but it says that it is not a function. Probably because it is not rendered yet. What I have to do?