mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-27 09:31:21 +02:00
* iscontenteditable
This commit is contained in:
parent
e7a7f6946e
commit
a897cae63e
@ -1701,7 +1701,7 @@ TEventListenerEvent = class external name 'EventListener_Event' (TJSObject)
|
||||
procedure scrollIntoView(aObj : TJSObject);
|
||||
procedure scrollIntoView(Opts: TJSScrollIntoViewOptions);
|
||||
property dataset : TJSObject read FDataset;
|
||||
property isContentEditable : Boolean read FIsContentEditable;
|
||||
property isContentEditable : Boolean read FIsContentEditable Write FIsContentEditable;
|
||||
property offsetHeight : Double Read FOffsetHeight;
|
||||
property offsetLeft : Double Read FOffsetLeft;
|
||||
property offsetTop : Double Read FOffsetTop;
|
||||
|
Loading…
Reference in New Issue
Block a user