mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 18:07:49 +02:00
Added requestSubmit method for Form element.
This commit is contained in:
parent
dd822981ab
commit
67eff180b4
@ -1767,6 +1767,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
||||
Procedure reset;
|
||||
function reportValidity : Boolean;
|
||||
function checkValidity : Boolean;
|
||||
procedure requestSubmit;
|
||||
procedure submit;
|
||||
method : string;
|
||||
target : string;
|
||||
|
Loading…
Reference in New Issue
Block a user