FormSubmission

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
hasError
bool hasError(string name, FieldError err)
Undocumented in source. Be warned that the author may not have intended to support it.
setFieldError
void setFieldError(string name, FieldError err)
Undocumented in source. Be warned that the author may not have intended to support it.
setFieldError
void setFieldError(FormElement formElem, FieldError err)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

confirmationFailedFields
FormElement[] confirmationFailedFields;
Undocumented in source.
fields
FormFields fields;
Undocumented in source.
form
HtmlForm form;
Undocumented in source.
invalidFields
FieldError[string] invalidFields;
Undocumented in source.
missingFields
FormElement[] missingFields;
Undocumented in source.
url
string url;
Undocumented in source.

Meta