Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

mpcl::text::html::TForm Class Reference

HTML form. More...

#include <form.hh>

Inheritance diagram for mpcl::text::html::TForm:

mpcl::text::html::TContainer mpcl::text::html::TTag List of all members.

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)

Detailed Description

HTML form.

Definition at line 59 of file form.hh.


Constructor & Destructor Documentation

mpcl::text::html::TForm::TForm const char *    pkcIDENTIFIER,
const char *    pkcCGI_PATH,
const char *    pkcCGI_METHOD = "post",
const char *    pkcTARGET = "",
const char *    pkcTARGET_NAMED_ANCHOR = ""
[inline]
 

Builds a new instance.

Parameters:
pkcIDENTIFIER  Tag identifier.
pkcCGI_PATH  CGI full path.
pkcCGI_METHOD  CGI method for sending data.
pkcTARGET  Target frame name (if any).
pkcTARGET_NAMED_ANCHOR  Target anchor.

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.


Member Function Documentation

void mpcl::text::html::TForm::setValues const TString   rkyIDENTIFIER,
const std::vector< TString > &    rktVALUE_ARRAY
[inline]
 

Sets values (in rktVALUE_ARRAY) for object named rkyIDENTIFIER.

Parameters:
rkyIDENTIFIER  Object identifier.
rktVALUE_ARRAY  Source value array.

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().


The documentation for this class was generated from the following file:
Generated on Mon Oct 13 02:35:26 2003 for MPCL by doxygen1.2.18