awebview ~master (2016-01-01T12:36:59Z)
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.
Inherited Members
From ITextIO
text
string
text
[@property getter]
Undocumented in source.
text
string
text
[@property setter]
Undocumented in source.
Meta
Source
See Implementation
awebview
gui
widgets
text
aliases
InputText
Paragraph
TextArea
classes
GenericHTMLTextIO
interfaces
ITextIO
ITextInput
ITextOutput