HTMLElement

Undocumented in source.

Constructors

this
this(string id, bool doCreateObject)
Undocumented in source.

Members

Functions

append
void append(string html)

append html to this, which is block element. See also: jQuery.append

boundingClientRect
Tuple!(uint, "x", uint, "y", uint, "width", uint, "height") boundingClientRect()
Undocumented in source. Be warned that the author may not have intended to support it.
height
uint height()
Undocumented in source. Be warned that the author may not have intended to support it.
inStaticProps
bool inStaticProps(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
innerHTML
void innerHTML(string html)

.innerHTML

insertAdjacentHTML
void insertAdjacentHTML(string pos, string html)

See also: HTML.insertAdjacentHTML

insertAfter
void insertAfter(string html)

insert html after this. See also: jQuery.insertAfter

insertBefore
void insertBefore(string html)

insert html before this. See also: jQuery.insertBefore

invoke
void invoke(string name, T args)
Undocumented in source.
onAttach
void onAttach(bool isInit)
Undocumented in source. Be warned that the author may not have intended to support it.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
onDetach
void onDetach()
Undocumented in source. Be warned that the author may not have intended to support it.
onLoad
void onLoad(bool isInit)
Undocumented in source. Be warned that the author may not have intended to support it.
onStart
void onStart(HTMLPage page)
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
JSValue opIndex(string name)
Undocumented in source.
opIndexAssign
void opIndexAssign(T value, string name)
Undocumented in source.
opIndexAssign
void opIndexAssign(JSValue value, string name)
Undocumented in source.
pos
uint[2] pos()
Undocumented in source. Be warned that the author may not have intended to support it.
posX
uint posX()
Undocumented in source. Be warned that the author may not have intended to support it.
posY
uint posY()
Undocumented in source. Be warned that the author may not have intended to support it.
prepend
void prepend(string html)

prepend html to this which is block element. See also: jQuery.prepend

staticPropsRemove
void staticPropsRemove(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
staticPropsSet
void staticPropsSet(string name, T value)
Undocumented in source.
width
uint width()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

activity
inout(Activity) activity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
application
inout(Application) application [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
domObject
JSExpression domObject [@property getter]
Undocumented in source.
hasId
bool hasId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasObject
bool hasObject [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
html
string html [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
string id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
jsobject
WeakRef!JSObject jsobject [@property getter]
Undocumented in source.
mime
string mime [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
page
inout(HTMLPage) page [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
staticProps
auto staticProps [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta