I want to solve a problem with extjs 4. I have a panel with several fields (textfield, textarea, etc.). After sending the data in the database with the "end", I wish all fields were cleaned up automatically and all the events (including events triggered by any empty fields, etc.).
I tried with doLayout () but does not work.
How can I fix, thanks.