Check documentation for the latest version of dhtmlxSuite disableItem DHTMLX Docs

disableItem

disables an item

void disableItem(string name, [string value] );
namestringthe name of an item
valuestringthe value of an item (for a radio button)

Example

myForm.disableItem(name);

Back to top