#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 |
|
|
|
Convert the field to HTML for inclusion into the HTTP page. Reimplemented from PHTTPCompositeField. |
|
Convert the field to HTML form tag for inclusion into the HTTP page. Reimplemented from PHTTPCompositeField. |
|
Create a new field of the same class as the current field.
Reimplemented from PHTTPCompositeField. |
|
|
|
|
|
|