|
PTLib
Version 2.14.3
|
#include <html.h>


Public Member Functions | |
| Option (const char *attr=NULL) | |
| Option (SelectionCodes select, const char *attr=NULL) | |
| Option (DisableCodes disabled, const char *attr=NULL) | |
| Option (SelectionCodes select, DisableCodes disabled, const char *attr=NULL) | |
| virtual | ~Option () |
Protected Member Functions | |
| virtual void | AddAttr (PHTML &html) const |
Protected Member Functions inherited from PHTML::FieldElement | |
| FieldElement (const char *nam, const char *attr, ElementInSet elmt, OptionalCRLF opt, DisableCodes disabled) | |
| virtual | ~FieldElement () |
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 | |
Protected Types inherited from PHTML::Element | |
| enum | OptionalCRLF { NoCRLF, OpenCRLF, CloseCRLF, BothCRLF } |
| PHTML::Option::Option | ( | const char * | attr = NULL | ) |
| PHTML::Option::Option | ( | SelectionCodes | select, |
| const char * | attr = NULL |
||
| ) |
| PHTML::Option::Option | ( | DisableCodes | disabled, |
| const char * | attr = NULL |
||
| ) |
| PHTML::Option::Option | ( | SelectionCodes | select, |
| DisableCodes | disabled, | ||
| const char * | attr = NULL |
||
| ) |
|
inlinevirtual |
|
protectedvirtual |
Reimplemented from PHTML::FieldElement.