FormElement

Undocumented in source.

Constructors

this
this(FormElementType type, string name, string label, string defaultValue, string confirmationOf, FormElementOptional isOptional)
Undocumented in source.

Members

Functions

isCompatible
bool isCompatible(FormElement other)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isOptional
FormElementOptional isOptional [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isOptional
FormElementOptional isOptional [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
mustacheTagExtraClass
string mustacheTagExtraClass [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mustacheTagValue
string mustacheTagValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromDom
FormElement fromDom(Element inputElem, Form form, string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

confirmationOf
string confirmationOf;
Undocumented in source.
defaultValue
string defaultValue;
Undocumented in source.
label
string label;
Undocumented in source.
type
FormElementType type;
Undocumented in source.

Meta