awebview v0.6.0 (2015-05-04T13:54:17Z)
Dub
Repo
GenericHTMLTextIO
awebview
gui
widgets
text
Undocumented in source.
class
GenericHTMLTextIO : TemplateHTMLElement!(format),
ITextIO
(
string
format
string
property
) {
this
(string id, Variant[string] exts);
string
text
[@property getter];
string
text
[@property setter];
}
Constructors
this
this
(string id, Variant[string] exts)
Undocumented in source.
Members
Properties
text
string
text
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
string
text
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
awebview
gui
widgets
text
aliases
InputText
Paragraph
TextArea
classes
GenericHTMLTextIO
interfaces
ITextIO
ITextInput
ITextOutput