mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
add HTMLElement.innerText
This commit is contained in:
parent
0e7c1e5ef9
commit
9daba6e5a6
|
@ -136,6 +136,12 @@ public interface HTMLElement extends Element, ElementCSSInlineStyle, EventTarget
|
||||||
@JSProperty
|
@JSProperty
|
||||||
void setInnerHTML(String content);
|
void setInnerHTML(String content);
|
||||||
|
|
||||||
|
@JSProperty
|
||||||
|
String getInnerText();
|
||||||
|
|
||||||
|
@JSProperty
|
||||||
|
void setInnerText(String content);
|
||||||
|
|
||||||
TextRectangle getBoundingClientRect();
|
TextRectangle getBoundingClientRect();
|
||||||
|
|
||||||
@JSProperty
|
@JSProperty
|
||||||
|
|
Loading…
Reference in New Issue
Block a user