#include <html.h>
Inheritance diagram for PHTML::FormField:
Protected Member Functions | |
FormField (const char *nam, const char *attr, ElementInSet elmt, OptionalCRLF opt, DisableCodes disabled, const char *fname) | |
virtual | ~FormField () |
virtual void | AddAttr (PHTML &html) const |
PHTML::FormField::FormField | ( | const char * | nam, | |
const char * | attr, | |||
ElementInSet | elmt, | |||
OptionalCRLF | opt, | |||
DisableCodes | disabled, | |||
const char * | fname | |||
) | [protected] |
virtual PHTML::FormField::~FormField | ( | ) | [inline, protected, virtual] |
virtual void PHTML::FormField::AddAttr | ( | PHTML & | html | ) | const [protected, virtual] |
Reimplemented from PHTML::FieldElement.
Reimplemented in PHTML::TextArea, PHTML::InputField, PHTML::HiddenField, PHTML::InputText, PHTML::RadioButton, PHTML::InputRange, PHTML::InputFile, PHTML::InputImage, and PHTML::ResetButton.