DHTMLX Docs & Samples Explorer

clearNote(name, value)

removes the note block from the input.

Parameters:

  • name - the id of item (the item's parameter 'name')
  • value - the value of a radio button ( the radio's parameter 'value'). Required for 'radio' items only
  // for radio button
myForm.cleaNote(name, value);
  // for other items
myForm.clearNote(name);