|
Public Methods |
| void | form (std::ostream &os, char *name, char *method, char *action) |
| void | formClose (std::ostream &os) |
| void | table (std::ostream &os, int spacing=0, int padding=0, int border=0) |
| void | tableClose (std::ostream &os) |
| void | hidden (std::ostream &os, char *name, char *value) |
| void | input (std::ostream &os, char *label, char *name, char *invalue="") |
| void | combo (std::ostream &os, char *label, char *name, char *optlist, char *selected="") |
| void | text (std::ostream &os, char *label, char *name, char *invalue="") |
| void | submit (std::ostream &os, char *text, char *name="submit") |
<INPUT type=hidden ...