Samples
Forum
Support
Documentation
clear
focus
getCleanValues
getDirtyValues
getValues
isDirty
setDirty
setValues
Start
API Reference
Mixins
Values
Methods
clear
clears all the field in a specified form
void
clear
();
See also
samples
Binding to List
articles
HTMLForm and Form Treatment
Example
function
clear_form
(
)
{
$$
(
'myform'
)
.
clear
(
)
;
}
Back to top