PTLib
Version 2.18.8
|
#include <html.h>
Protected Member Functions | |
FormField (const char *nam, const char *attr, ElementInSet elmt, OptionalCRLF opt, DisableCodes disabled, const char *fname) | |
virtual void | AddAttr (PHTML &html) const |
![]() | |
FieldElement (const char *nam, const char *attr, ElementInSet elmt, OptionalCRLF opt, DisableCodes disabled) | |
![]() | |
virtual void | Output (PHTML &html) const |
Additional Inherited Members | |
![]() | |
enum | OptionalCRLF { NoCRLF, OpenCRLF, CloseCRLF, BothCRLF } |
![]() | |
virtual | ~Element () |
Element (const char *nam, ElementInSet elmt=NumElementsInSet, ElementInSet req=InBody, OptionalCRLF opt=BothCRLF) | |
Element (const char *nam, const char *att, ElementInSet elmt=NumElementsInSet, ElementInSet req=InBody, OptionalCRLF opt=BothCRLF) | |
|
protected |
|
protectedvirtual |
Reimplemented from PHTML::FieldElement.
Reimplemented in PHTML::ResetButton, PHTML::InputImage, PHTML::InputFile, PHTML::InputReal, PHTML::InputNumber, PHTML::RadioButton, PHTML::InputText, PHTML::HiddenField, PHTML::InputField, and PHTML::TextArea.