#include <html.h>
Inheritance diagram for PHTML::InputField:
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::HiddenField, PHTML::InputText, PHTML::RadioButton, PHTML::InputRange, PHTML::InputFile, PHTML::InputImage, and PHTML::ResetButton.