PTLib
Version 2.10.4
|
#include <html.h>
Protected Member Functions | |
InputField (const char *type, const char *fname, DisableCodes disabled, const char *attr) | |
virtual | ~InputField () |
virtual void | AddAttr (PHTML &html) const |
PHTML::InputField::InputField | ( | const char * | type, |
const char * | fname, | ||
DisableCodes | disabled, | ||
const char * | attr | ||
) | [protected] |
virtual PHTML::InputField::~InputField | ( | ) | [inline, protected, virtual] |
virtual void PHTML::InputField::AddAttr | ( | PHTML & | html | ) | const [protected, virtual] |
Reimplemented from PHTML::FormField.
Reimplemented in PHTML::ResetButton, PHTML::InputImage, PHTML::InputFile, PHTML::InputNumber, PHTML::RadioButton, PHTML::InputText, and PHTML::HiddenField.