#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 |
| Create a new field of the same class as the current field. | |
| void | GetHTMLTag (PHTML &html) const |
| Convert the field to HTML form tag for inclusion into the HTTP page. | |
| void | GetHTMLHeading (PHTML &html) const |
| Convert the field to HTML for inclusion into the HTTP page. | |
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 | |||
| ) |
| void PHTTPSubForm::GetHTMLHeading | ( | PHTML & | html | ) | const [virtual] |
| void PHTTPSubForm::GetHTMLTag | ( | PHTML & | html | ) | const [virtual] |
Convert the field to HTML form tag for inclusion into the HTTP page.
Reimplemented from PHTTPCompositeField.
| PHTTPField* PHTTPSubForm::NewField | ( | ) | const [virtual] |
Create a new field of the same class as the current field.
Reimplemented from PHTTPCompositeField.
PINDEX PHTTPSubForm::primary [protected] |
PINDEX PHTTPSubForm::secondary [protected] |
PString PHTTPSubForm::subFormName [protected] |
1.4.7