Check documentation for the latest version of dhtmlxSuite isLocked DHTMLX Docs

isLocked

returns "true" if the form is locked

boolean isLocked();
booleantrue/false

Example

myForm.isLocked();

Back to top