#include <cgiExtend.h>


Public Member Functions | |
| cgiTextbox (const char *name, const char *value=NULL, const char *size=NULL, const char *max=NULL, const char *attr=NULL) | |
| virtual | ~cgiTextbox () |
| cgiTextbox (const char *name, const char *value=NULL, const char *size=NULL, const char *max=NULL, const char *attr=NULL) | |
| virtual | ~cgiTextbox () |
Definition at line 83 of file cgiExtend.h.
| cgiTextbox::cgiTextbox | ( | const char * | name, | |
| const char * | value = NULL, |
|||
| const char * | size = NULL, |
|||
| const char * | max = NULL, |
|||
| const char * | attr = NULL | |||
| ) | [inline] |
Definition at line 86 of file cgiExtend.h.
| cgiTextbox::~cgiTextbox | ( | ) | [inline, virtual] |
Definition at line 120 of file cgiExtend.h.
| cgiTextbox::cgiTextbox | ( | const char * | name, | |
| const char * | value = NULL, |
|||
| const char * | size = NULL, |
|||
| const char * | max = NULL, |
|||
| const char * | attr = NULL | |||
| ) | [inline] |
Definition at line 86 of file cgiExtend.h.
| virtual cgiTextbox::~cgiTextbox | ( | ) | [inline, virtual] |
Definition at line 120 of file cgiExtend.h.
1.5.5