Hi all,

suppose we have a FormPanel with ID frm1.
I know I can reset all fields calling the following method

frm1.Reset()
Is there a similar way to enable/disable all fields?

Thanks