DHTMLX Docs & Samples Explorer

showItem(name, value)

Shows item.

  • name - item name;
  • value - item value, required for radio button only.
  // for radio button
dhxForm.showItem(name, value);
  // for other items
dhxForm.showItem(name);