PHTTPStringField Class Reference
#include <httpform.h>
List of all members.
Constructor & Destructor Documentation
PHTTPStringField::PHTTPStringField |
( |
const char * |
name, |
|
|
PINDEX |
size, |
|
|
const char * |
initVal = NULL , |
|
|
const char * |
help = NULL | |
|
) |
| | |
PHTTPStringField::PHTTPStringField |
( |
const char * |
name, |
|
|
const char * |
title, |
|
|
PINDEX |
size, |
|
|
const char * |
initVal = NULL , |
|
|
const char * |
help = NULL | |
|
) |
| | |
Member Function Documentation
virtual void PHTTPStringField::GetHTMLTag |
( |
PHTML & |
html |
) |
const [virtual] |
Convert the field to HTML form tag for inclusion into the HTTP page.
- Parameters:
-
| html | HTML to receive the field info. |
Implements PHTTPField.
Reimplemented in PHTTPPasswordField.
virtual PString PHTTPStringField::GetValue |
( |
BOOL |
dflt = FALSE |
) |
const [virtual] |
virtual PHTTPField* PHTTPStringField::NewField |
( |
|
) |
const [virtual] |
Create a new field of the same class as the current field.
- Returns:
- New field object instance.
Implements PHTTPField.
Reimplemented in PHTTPPasswordField.
virtual void PHTTPStringField::SetValue |
( |
const PString & |
newValue |
) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: