#include <httpform.h>
Inheritance diagram for PHTTPSubForm:
Public Member Functions | |
PHTTPSubForm (const PString &subFormName, const char *name, const char *title=NULL, PINDEX primaryField=0, PINDEX secondaryField=P_MAX_INDEX) | |
PHTTPField * | NewField () const |
void | GetHTMLTag (PHTML &html) const |
void | GetHTMLHeading (PHTML &html) const |
Protected Attributes | |
PString | subFormName |
PINDEX | primary |
PINDEX | secondary |
PHTTPSubForm::PHTTPSubForm | ( | const PString & | subFormName, | |
const char * | name, | |||
const char * | title = NULL , |
|||
PINDEX | primaryField = 0 , |
|||
PINDEX | secondaryField = P_MAX_INDEX | |||
) |
PHTTPField* PHTTPSubForm::NewField | ( | ) | const [virtual] |
Create a new field of the same class as the current field.
Reimplemented from PHTTPCompositeField.
void PHTTPSubForm::GetHTMLTag | ( | PHTML & | html | ) | const [virtual] |
Convert the field to HTML form tag for inclusion into the HTTP page.
Reimplemented from PHTTPCompositeField.
void PHTTPSubForm::GetHTMLHeading | ( | PHTML & | html | ) | const [virtual] |
Convert the field to HTML for inclusion into the HTTP page.
Reimplemented from PHTTPCompositeField.
PString PHTTPSubForm::subFormName [protected] |
PINDEX PHTTPSubForm::primary [protected] |
PINDEX PHTTPSubForm::secondary [protected] |