mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-16 20:49:21 +02:00
* Fix issue ID, property wrongly defined in TJSHTMLLabel
This commit is contained in:
parent
a12207ccc3
commit
15c584548a
@ -2675,9 +2675,13 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
||||
end;
|
||||
|
||||
TJSHTMLLabelElement = class external name 'HTMLLabelElement' (TJSHTMLElement)
|
||||
Private
|
||||
FForm: TJSHTMLFormElement; external name 'form';
|
||||
FControl : TJSHTMLElement; external name 'control';
|
||||
Public
|
||||
For_ : String; external name 'for';
|
||||
form : String;
|
||||
For_ : String; external name 'htmlFor';
|
||||
property Control : TJSHTMLElement Read FControl;
|
||||
property Form : TJSHTMLFormElement read FForm;
|
||||
end;
|
||||
|
||||
{ TJSHTMLTextAreaElement }
|
||||
|
Loading…
Reference in New Issue
Block a user