mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-16 12:09:08 +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 reportValidity : Boolean;
|
||||||
function checkValidity : Boolean;
|
function checkValidity : Boolean;
|
||||||
procedure requestSubmit;
|
procedure requestSubmit;
|
||||||
|
procedure requestSubmit(aElement : TJSHTMLElement);
|
||||||
procedure submit;
|
procedure submit;
|
||||||
method : string;
|
method : string;
|
||||||
target : string;
|
target : string;
|
||||||
|
Loading…
Reference in New Issue
Block a user