clear

clears all the fields in a specified form

void clear();

Example

function clear_form() {
   $$('myform').clear();
}

Related samples

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix lightweight js framework and page of toolbar js product.