mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-31 12:24:10 -08:00
- added offsetTop and offsetLeft JSO methods to HTMLElement
This commit is contained in:
parent
097820cc2b
commit
bb55089742
|
@ -117,6 +117,12 @@ public interface HTMLElement extends Element, ElementCSSInlineStyle, EventTarget
|
||||||
@JSProperty
|
@JSProperty
|
||||||
int getOffsetHeight();
|
int getOffsetHeight();
|
||||||
|
|
||||||
|
@JSProperty
|
||||||
|
int getOffsetTop();
|
||||||
|
|
||||||
|
@JSProperty
|
||||||
|
int getOffsetLeft();
|
||||||
|
|
||||||
@JSProperty
|
@JSProperty
|
||||||
@Override
|
@Override
|
||||||
HTMLDocument getOwnerDocument();
|
HTMLDocument getOwnerDocument();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user