Check documentation for the latest version of dhtmlxSuite showItem DHTMLX Docs

showItem

shows an item

void showItem(string name, [string value] );
namestringthe name of an item
valuestringitem value (for radio buttons)

Example

myForm.showItem(name, value);

Back to top