#include <httpform.h>
Inheritance diagram for PHTTPStringField:
Public Member Functions | |
PHTTPStringField (const char *name, PINDEX size, const char *initVal=NULL, const char *help=NULL) | |
PHTTPStringField (const char *name, const char *title, PINDEX size, const char *initVal=NULL, const char *help=NULL) | |
virtual PHTTPField * | NewField () const |
virtual void | GetHTMLTag (PHTML &html) const |
virtual PString | GetValue (BOOL dflt=FALSE) const |
virtual void | SetValue (const PString &newVal) |
Protected Attributes | |
PString | value |
PString | initialValue |
PINDEX | size |
|
|
|
|
|
Convert the field to HTML form tag for inclusion into the HTTP page. Implements PHTTPField. Reimplemented in PHTTPPasswordField. |
|
Get the string value of the field.
Implements PHTTPField. Reimplemented in PHTTPPasswordField. |
|
Create a new field of the same class as the current field.
Implements PHTTPField. Reimplemented in PHTTPPasswordField. |
|
Set the value of the field. Implements PHTTPField. Reimplemented in PHTTPPasswordField. |
|
|
|
|
|
|