Implement the onsubmit event handler (fixes #5396).

This commit is contained in:
Florian Eula 2015-03-30 07:16:03 +02:00 committed by Ms2ger
parent 4846607e18
commit 6288a468b9
3 changed files with 2 additions and 15 deletions

View file

@ -227,5 +227,6 @@ macro_rules! global_event_handlers(
event_handler!(click, GetOnclick, SetOnclick);
event_handler!(input, GetOninput, SetOninput);
event_handler!(change, GetOnchange, SetOnchange);
event_handler!(submit, GetOnsubmit, SetOnsubmit);
)
);