#include <html.h>
|
| | CheckBox (const char *fname, const char *attr=NULL) |
| |
| | CheckBox (const char *fname, DisableCodes disabled, const char *attr=NULL) |
| |
| | CheckBox (const char *fname, CheckedCodes check, DisableCodes disabled=Enabled, const char *attr=NULL) |
| |
| virtual | ~CheckBox () |
| |
| | RadioButton (const char *fname, const char *value, const char *attr=NULL) |
| |
| | RadioButton (const char *fname, const char *value, DisableCodes disabled, const char *attr=NULL) |
| |
| | RadioButton (const char *fname, const char *value, CheckedCodes check, DisableCodes disabled=Enabled, const char *attr=NULL) |
| |
| virtual | ~RadioButton () |
| |
| virtual | ~Element () |
| |
|
| enum | OptionalCRLF { NoCRLF,
OpenCRLF,
CloseCRLF,
BothCRLF
} |
| |
| | RadioButton (const char *type, const char *fname, const char *value, CheckedCodes check, DisableCodes disabled, const char *attr) |
| |
| virtual void | AddAttr (PHTML &html) const |
| |
| | InputField (const char *type, const char *fname, DisableCodes disabled, const char *attr) |
| |
| virtual | ~InputField () |
| |
| | FormField (const char *nam, const char *attr, ElementInSet elmt, OptionalCRLF opt, DisableCodes disabled, const char *fname) |
| |
| virtual | ~FormField () |
| |
| | FieldElement (const char *nam, const char *attr, ElementInSet elmt, OptionalCRLF opt, DisableCodes disabled) |
| |
| virtual | ~FieldElement () |
| |
| | Element (const char *nam, const char *att, ElementInSet elmt, ElementInSet req, OptionalCRLF opt) |
| |
| virtual void | Output (PHTML &html) const |
| |
§ CheckBox() [1/3]
| PHTML::CheckBox::CheckBox |
( |
const char * |
fname, |
|
|
const char * |
attr = NULL |
|
) |
| |
§ CheckBox() [2/3]
| PHTML::CheckBox::CheckBox |
( |
const char * |
fname, |
|
|
DisableCodes |
disabled, |
|
|
const char * |
attr = NULL |
|
) |
| |
§ CheckBox() [3/3]
§ ~CheckBox()
| virtual PHTML::CheckBox::~CheckBox |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: