|
PTLib
Version 2.10.11
|
#include <html.h>
Protected Member Functions | |
| FieldElement (const char *nam, const char *attr, ElementInSet elmt, OptionalCRLF opt, DisableCodes disabled) | |
| virtual | ~FieldElement () |
| virtual void | AddAttr (PHTML &html) const |
Protected Member Functions inherited from PHTML::Element | |
| Element (const char *nam, const char *att, ElementInSet elmt, ElementInSet req, OptionalCRLF opt) | |
| virtual void | Output (PHTML &html) const |
Additional Inherited Members | |
Public Member Functions inherited from PHTML::Element | |
| virtual | ~Element () |
Protected Types inherited from PHTML::Element | |
| enum | OptionalCRLF { NoCRLF, OpenCRLF, CloseCRLF, BothCRLF } |
|
protected |
|
inlineprotectedvirtual |
References PHTML::Element::AddAttr().
|
protectedvirtual |
Reimplemented from PHTML::Element.
Reimplemented in PHTML::ResetButton, PHTML::InputImage, PHTML::InputFile, PHTML::InputNumber, PHTML::RadioButton, PHTML::InputText, PHTML::HiddenField, PHTML::InputField, PHTML::TextArea, PHTML::FormField, PHTML::Option, and PHTML::Select.