clear

очищает поля формы

void clear();

Example

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

Related samples

See also
Наверх