#include <form.hh>
Inheritance diagram for mpcl::text::html::TForm:
Public Methods | |
TForm (const char *pkcIDENTIFIER, const char *pkcCGI_PATH, const char *pkcCGI_METHOD="post", const char *pkcTARGET="", const char *pkcTARGET_NAMED_ANCHOR="") | |
void | setValues (const TString &rkyIDENTIFIER, const std::vector< TString > &rktVALUE_ARRAY) |
Definition at line 59 of file form.hh.
|
Builds a new instance.
Definition at line 76 of file form.hh. References mpcl::text::html::TTag::gForwardIdentifier, mpcl::text::html::TTag::gIsQualified, mpcl::text::html::TTag::gIsRootNode, and mpcl::text::html::TTag::tAttributeMap. |
|
Sets values (in rktVALUE_ARRAY) for object named rkyIDENTIFIER.
Definition at line 98 of file form.hh. References mpcl::text::html::TContainer::findOrInsertTag(), mpcl::text::html::QTTag, and mpcl::text::TString. Referenced by mpcl::net::cgi::TConfigProcessor::updateForm(). |