disable whole dhxForm

Is there a way to disable a whole form?
I have an application who has some forms who should not always be editable but the user should see the values in the form…

Hi

try myForm.lock() / myForm.unlock()