awebview ~master (2016-01-01T12:36:59Z)
Dub
Repo
InputCheckbox
awebview
gui
widgets
checkbox
Undocumented in source.
class
InputCheckbox : TemplateHTMLElement!(DefineSignals!(Button, "onClick"), `<input type="checkbox" id="%[id%]" ` ~ buildHTMLTagAttr(attrs) ~ `>`)(
alias
attrs
= null
) {
this
(string id);
void
onStart
(HTMLPage page);
bool
isChecked
[@property getter];
bool
isChecked
[@property setter];
}
Constructors
this
this
(string id)
Undocumented in source.
Members
Functions
onStart
void
onStart
(HTMLPage page)
Undocumented in source. Be warned that the author may not have intended to support it.
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.
Meta
Source
See Implementation
awebview
gui
widgets
checkbox
classes
Checkbox
InputCheckbox
interfaces
ICheckbox