#include <html.h>
|
| SubmitButton (const char *title, const char *fname=NULL, const char *src=NULL, DisableCodes disabled=Enabled, const char *attr=NULL) |
|
| ResetButton (const char *title, const char *fname=NULL, const char *src=NULL, DisableCodes disabled=Enabled, const char *attr=NULL) |
|
| InputImage (const char *fname, const char *src=NULL, DisableCodes disabled=Enabled, const char *attr=NULL) |
|
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) |
|
|
enum | OptionalCRLF { NoCRLF,
OpenCRLF,
CloseCRLF,
BothCRLF
} |
|
| ResetButton (const char *type, const char *title, const char *fname=NULL, const char *src=NULL, DisableCodes disabled=Enabled, const char *attr=NULL) |
|
virtual void | AddAttr (PHTML &html) const |
|
| InputImage (const char *type, const char *fname, const char *src, DisableCodes disabled, const char *attr) |
|
| InputField (const char *type, const char *fname, DisableCodes disabled, const char *attr) |
|
| FormField (const char *nam, const char *attr, ElementInSet elmt, OptionalCRLF opt, DisableCodes disabled, const char *fname) |
|
| FieldElement (const char *nam, const char *attr, ElementInSet elmt, OptionalCRLF opt, DisableCodes disabled) |
|
virtual void | Output (PHTML &html) const |
|
PHTML::SubmitButton::SubmitButton |
( |
const char * |
title, |
|
|
const char * |
fname = NULL , |
|
|
const char * |
src = NULL , |
|
|
DisableCodes |
disabled = Enabled , |
|
|
const char * |
attr = NULL |
|
) |
| |
The documentation for this class was generated from the following file: