Top "Formfield" questions

How to get form field value in onclick event

I am using this article of architecture http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/ in my code: I have this Application.…

extjs formfield
How to actually destroy components in ExtJS?

Inside an ExtJS FormPanel I dynamically add additional panels using: var sub_panel = new SubPanel({various: params}); var form_panel.…

javascript extjs destroy formfield