Check documentation for the latest version of dhtmlxSuite isReadonly DHTMLX Docs

isReadonly

returns "true" if an item is readonly

boolean isReadonly(string name);
namestringthe name of an item
booleantrue/false

Example

myForm.isReadonly(name);

Back to top