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