mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement the onsubmit event handler (fixes #5396).
This commit is contained in:
parent
4846607e18
commit
6288a468b9
3 changed files with 2 additions and 15 deletions
|
@ -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);
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue