Check documentation for the latest version of dhtmlxSuite hideItem DHTMLX Docs

hideItem

hides an item

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

Example

myForm.hideItem(id,value);

Back to top