Disable myDiagram Window

Hi,

Suppose I draw flow diagram in ‘myDiagram’

I want to disable the myDiagram window when I click submit.

How to achieve this.

Please suggest.



Probably you want to set diagram.isEnabled = false.
Â
I recommend that you learn about permissions at Introduction to Permissions.
Â

Thanks Walter,

Diagram.isEnabled = false;

Thats all I was looking for. thanks a lot.