mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 08:47:49 +02:00
* Added missing value to TJSHTMLButtonElement
This commit is contained in:
parent
8a3692b9fd
commit
6bc0de13f9
@ -2440,6 +2440,7 @@ Type
|
||||
formTarget : String;
|
||||
menu: TJSHTMLMenuElement;
|
||||
_type : String; external name 'type';
|
||||
value : string;
|
||||
Public
|
||||
property form : TJSHTMLFormElement Read FForm;
|
||||
property labels : TJSNodeList Read FLabels;
|
||||
|
Loading…
Reference in New Issue
Block a user