I setup a form to get input data.
I will setup a function that it can clear up all data in the each field before save. It is back to initial screen.
This function I will use a botton in a toolbar.
I want to ask this method ?
I setup a form to get input data.
I will setup a function that it can clear up all data in the each field before save. It is back to initial screen.
This function I will use a botton in a toolbar.
I want to ask this method ?
toolbar.attachEvent("onClick", function(id){
if (id == "clear_form"){
myForm.clear();
}
});
Darya,
I can get the result !
Thanks for your help !
Ivan
You are welcome!