Documentation

clear

clears all the field in a specified form

void clear();

See also

Example

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

Back to top