mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-13 14:29:23 +02:00
* Add overload for requestSubmit
This commit is contained in:
parent
65d5b59a4f
commit
dab3c271d6
@ -1768,6 +1768,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
||||
function reportValidity : Boolean;
|
||||
function checkValidity : Boolean;
|
||||
procedure requestSubmit;
|
||||
procedure requestSubmit(aElement : TJSHTMLElement);
|
||||
procedure submit;
|
||||
method : string;
|
||||
target : string;
|
||||
|
Loading…
Reference in New Issue
Block a user