FormPanel.getFields() doesn't exists... imo it's strange
In my situation I have a FormPanel with 2 tabs and I can't iterate loop fields... The only solutions I found is to user findBy Container method but isn't a elegant solution...
http://dev.extjs.com/deploy/dev/docs/?class=Ext.form.FormPanel&member=getForm
I've always tought that getForm returns the DOM element...
but BasicForm doesn't expose a functionality for having all the Ext.form.Field object... I found only the findField method...
A BasicForm has an items propertyy which is a MixedCollection of teh Fields it owns.
#If you have any other info about this subject , Please add it free.# |