PDA

View Full Version : retrieving Ext.form.Fields from Ext.form.Layout



ALCAN sign
26 Sep 2007, 12:24 PM
newbie question...

Does the form Ext.form.Layout provide a method for accessing its contained Ext.form.Fields?
Or put another way; given the id of a Layout, how would I obtain all the Fields that have been added to it?

I have tried obtaining the Layout's Element and traversing the dom tree, but was hoping this functionality might have been abstracted out.

Any help appreciated ~ Al