Hi all,
I have a form that contains a layout - with different subpanels.
Now the user has the opportunity to turn these subpanels on and off ( Ext.Panel - disabled: true / false ).
So far so good - however in these subpanels there is some form validation taking place - now my question is how can I turn the validation on / and off according to the enabled / disabled state of the Panel?
I tried: startMonitoring() / stopMonitoring() - which does not work (maybe because it is called for a Panel instead of a FormPanel)
When I create the subpanels as FormPanel I get an error - does anybody have a good idea?
The most important thing is that everything is submitted in one Post event - so I try to avoid making serveral forms out of one...
Thanks a lot!
Best regards,
Eric