- addFormDataContext
void addFormDataContext(Mustache.Context c)
Undocumented in source. Be warned that the author may not have intended to support it.
- addFormDataContext
void addFormDataContext(Mustache.Context c, FormSubmission submission)
Undocumented in source. Be warned that the author may not have intended to support it.
- isCompatible
bool isCompatible(HtmlForm other)
Undocumented in source. Be warned that the author may not have intended to support it.
- isRegistered
bool isRegistered()
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
FormElement* opBinaryRight(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
FormElement opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- partialProcess
FormSubmission partialProcess(FormSubmission submission, string url, FormFields data, FormElement[] elementsToProcess)
- process
FormSubmission process(FormSubmission submission, string url, FormFields data)
- unregister
void unregister()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
HtmlForm get(string formName)
Undocumented in source. Be warned that the author may not have intended to support it.
- getNames
string[] getNames()
Undocumented in source. Be warned that the author may not have intended to support it.
- isRegistered
bool isRegistered(string formName)
Undocumented in source. Be warned that the author may not have intended to support it.
- newSessionData
FormSubmission[string] newSessionData()
Undocumented in source. Be warned that the author may not have intended to support it.
- register
HtmlForm register(HtmlForm form)
- registerForm
void registerForm(Form form, string filename, bool overwriteExisting)
Undocumented in source. Be warned that the author may not have intended to support it.
- registerFromTemplate
string registerFromTemplate(string filename, string rawHtml, bool overwriteExisting)