Unanswered: Enabling one form fields after submitting other form
Unanswered: Enabling one form fields after submitting other form
Hi Guys, I am new in ExtJS.
I am using two forms on same page.
Form panel 1 fields are by default disabled. Problem is I have to toggle some of Form panel 1 fields "enabled" (but some should remain disabled) after submitting the form pane 2.
Once I submit the form panel 2. then form panel 2 fields will disabled.
I guess you have to use the callback of form 2´s submit function. In the callback you can activate or deactivate the fields you need based on the callback if you need to.