I am using a extjs field container for my application where I have details, funds, dependants sections in the form. In the funds and dependants section I have a button 'add another' which is intended to add a new line item every time when button is clicked.
This is the form i have created
http://jsbin.com/evevod/4/edit
I am new to extjs4. Can anyone please help me how to create a item dynamically onclick?