HTMLRadio

Undocumented in source.

Constructors

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

Members

Properties

isChecked
bool isChecked [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isChecked
bool isChecked [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HTMLElement

page
inout(HTMLPage) page [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
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.
hasObject
bool hasObject [@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.
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.
id
string id [@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.
mime
string mime [@property getter]
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.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
onAttach
void onAttach(bool isInit)
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.
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.
staticProps
auto staticProps [@property getter]
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.
staticPropsRemove
void staticPropsRemove(string name)
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.
opIndexAssign
void opIndexAssign(T value, string name)
Undocumented in source.
opIndexAssign
void opIndexAssign(JSValue value, string name)
Undocumented in source.
opIndex
JSValue opIndex(string name)
Undocumented in source.
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.
posY
uint posY()
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.
pos
uint[2] pos()
Undocumented in source. Be warned that the author may not have intended to support it.
width
uint width()
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.
innerHTML
void innerHTML(string html)

.innerHTML

insertAdjacentHTML
void insertAdjacentHTML(string pos, string html)

See also: HTML.insertAdjacentHTML

append
void append(string html)

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

prepend
void prepend(string html)

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

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.

From IRadio

isChecked
bool isChecked [@property getter]
Undocumented in source.
isChecked
bool isChecked [@property setter]
Undocumented in source.

Meta