DHTMLX Docs & Samples Explorer
Index
dhtmlxForm
API Methods
isReadonly(name)
(boolean)
Returns
true
if item is readonly.
Parameters:
name
- the id of item (the item's parameter 'name')
myForm.
isReadonly
(
"myInput"
)
;
See also:
setReadonly()